Skip to content

Commit

Permalink
small addition
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Oct 18, 2024
1 parent 361138c commit 5eef581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ detection:

1. すべての相関ルールおよび参照されているルールを1つのファイルに含め、YAMLの区切り文字である`---`で区切ってください

2. デフォルトでは、参照された相関ルールの出力は行われません。参照ルールの出力を確認したい場合は、`correlation`の下に`generate: true`を追加する必要があります
2. デフォルトでは、参照された相関ルールの出力は行われません。参照ルールの出力を確認したい場合は、`correlation`の下に`generate: true`を追加する必要があります。相関ルールを作成する際に有効にして結果を確認すると非常に便利です。
:
```
correlation:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ The rules above will create the following output:

1. You should include all of your correlation and referenced rules in a single file and separate them with a YAML separator of `---`.

2. By default, referenced correlation rules will not be outputted. If you want to see the output of the referenced rules, then you need to add `generate: true` under `correlation`.
2. By default, referenced correlation rules will not be outputted. If you want to see the output of the referenced rules, then you need to add `generate: true` under `correlation`. This is very useful to turn on and check when creating correlation rules.

Example:
```
Expand Down

0 comments on commit 5eef581

Please sign in to comment.