Skip to content

Commit

Permalink
Update detector description of the jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sodhikirti07 committed Oct 11, 2024
1 parent 2f203c8 commit f7ae3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bucket_span": "3h",
"detectors": [
{
"detector_description": "Detects high count of host based events.",
"detector_description": "high count of host based events",
"function": "high_count",
"partition_field_name": "host.name",
"detector_index": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bucket_span": "3h",
"detectors": [
{
"detector_description": "Detects low count of host based events.",
"detector_description": "low count of host based events",
"function": "low_count",
"partition_field_name": "host.name",
"detector_index": 0
Expand Down

0 comments on commit f7ae3ec

Please sign in to comment.