Skip to content

Commit

Permalink
update sample investigator config with correct syntax and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelee committed Aug 16, 2023
1 parent 1a2b957 commit 2eab286
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion opl/investigator/sample_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ history:
type: elasticsearch
es_server: http://elasticsearch.example.com:9286
es_index: my-index
es_query:
es_query: |
query:
bool:
filter:
Expand All @@ -34,6 +34,11 @@ sets:
- collumn1
- collumn2

methods:
- check_by_min_max_0_1
# - check_by_iqr
# - check_by_stdev_1

# Shuld we log our decisions somewhere?
decisions:
# type: csv
Expand Down

0 comments on commit 2eab286

Please sign in to comment.