Skip to content

Commit

Permalink
[Logs UI / ML] Add partitioning to log entry rate job (elastic#46690) (
Browse files Browse the repository at this point in the history
…elastic#46915)

* Add partitioning to log rate job
  • Loading branch information
Kerry350 authored Sep 30, 2019
1 parent 1aea422 commit fef6b05
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
{
"detector_description": "count",
"function": "count",
"detector_index": 0
"partition_field_name": "event.dataset",
"use_null": true
}
],
"influencers": []
"influencers": ["event.dataset"]
},
"analysis_limits": {
"model_memory_limit": "10mb"
Expand All @@ -25,6 +26,6 @@
},
"custom_settings": {
"created_by": "ml-module-logs-ui-analysis",
"job_revision": 1
"job_revision": 2
}
}

0 comments on commit fef6b05

Please sign in to comment.