@@ -37,7 +37,7 @@ Select the appropriate tab for your setup, then follow the instructions to creat
37371 . Select ** Add aggregation/field** .
38381 . For your new aggregation, set ** Aggregation type** to ** Count** and ** KQL Filter** to ` _index : ".fs*" ` .
39391 . Select ** Equation** , and set the equation to ` (B / A) * 100 ` .
40- 1 . Set ** Is above** to ` 1.5 ` .
40+ 1 . Set ** Is above** to the desired threshold. For example, ` 1.5 ` .
41411 . Set the ** Label** to ` Failed docs ` .
42421 . Select ** Next** to go to the ** Details** step.
43431 . Set the ** Rule name** to ` Data set quality ` and add ` failed_docs ` to the ** Tags** .
@@ -50,12 +50,12 @@ Select the appropriate tab for your setup, then follow the instructions to creat
50501 . Select ** Data view** , then ** Create a data view** .
51511 . Find your data stream under ** All sources** .
52521 . Name your data view.
53- 1 . Add your index pattern with ` ::failures ` appended. For example, ` logs-synth.2-default,logs-synth.2-default::failures ` .
53+ 1 . Add your index pattern with ` ::failures ` appended. For example, ` logs-synth.2-default::data ,logs-synth.2-default::failures ` .
54541 . Select ** Save data view to Kibana** .
55551 . Select ** Add aggregation/field** .
56561 . For your new aggregation, set ** Aggregation type** to ** Count** and ** KQL Filter** to ` _index : ".fs*" ` .
57571 . Select ** Equation** , and set the equation to ` (B / A) * 100 ` .
58- 1 . Set ** Is above** to ` 1.5 ` .
58+ 1 . Set ** Is above** to the desired threshold. For example, ` 1.5 ` .
59591 . Set the ** Label** to ` Failed docs ` .
60601 . Select ** Next** to go to the ** Details** menu.
61611 . Set the ** Rule name** to ` Data set quality ` and add ` failed_docs ` to the ** Tags** .
0 commit comments