-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use default frequency and query_delay in ML datafeeds
There is no need to set explicitly `frequency` and `query_delay` parameters for ML datafeeds. The current values are the default values but a change in the way datafeeds with aggregations work makes those frequencies invalid settings. Also, in the future the smart defaults might evolve, so using them will leverage such improvements.
- Loading branch information
1 parent
e7001a8
commit 688de12
Showing
10 changed files
with
0 additions
and
20 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
filebeat/module/nginx/access/machine_learning/datafeed_low_request_rate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"job_id": "JOB_ID", | ||
"query_delay": "60s", | ||
"frequency": "450s", | ||
"indexes": [ | ||
"filebeat-*" | ||
], | ||
|
2 changes: 0 additions & 2 deletions
2
filebeat/module/nginx/access/machine_learning/datafeed_remote_ip_request_rate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"job_id": "JOB_ID", | ||
"query_delay": "60s", | ||
"frequency": "600s", | ||
"indexes": [ | ||
"filebeat-*" | ||
], | ||
|
2 changes: 0 additions & 2 deletions
2
filebeat/module/nginx/access/machine_learning/datafeed_remote_ip_url_count.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"job_id": "JOB_ID", | ||
"query_delay": "60s", | ||
"frequency": "600s", | ||
"indexes": [ | ||
"filebeat-*" | ||
], | ||
|
2 changes: 0 additions & 2 deletions
2
filebeat/module/nginx/access/machine_learning/datafeed_response_code.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"job_id": "JOB_ID", | ||
"query_delay": "60s", | ||
"frequency": "450s", | ||
"indexes": [ | ||
"filebeat-*" | ||
], | ||
|
2 changes: 0 additions & 2 deletions
2
filebeat/module/nginx/access/machine_learning/datafeed_visitor_rate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"job_id": "JOB_ID", | ||
"query_delay": "60s", | ||
"frequency": "450s", | ||
"indexes": [ | ||
"filebeat-*" | ||
], | ||
|
2 changes: 0 additions & 2 deletions
2
filebeat/module/traefik/access/machine_learning/datafeed_low_request_rate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"job_id": "JOB_ID", | ||
"query_delay": "60s", | ||
"frequency": "450s", | ||
"indexes": [ | ||
"filebeat-*" | ||
], | ||
|
2 changes: 0 additions & 2 deletions
2
filebeat/module/traefik/access/machine_learning/datafeed_remote_ip_request_rate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"job_id": "JOB_ID", | ||
"query_delay": "60s", | ||
"frequency": "600s", | ||
"indexes": [ | ||
"filebeat-*" | ||
], | ||
|
2 changes: 0 additions & 2 deletions
2
filebeat/module/traefik/access/machine_learning/datafeed_remote_ip_url_count.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"job_id": "JOB_ID", | ||
"query_delay": "60s", | ||
"frequency": "600s", | ||
"indexes": [ | ||
"filebeat-*" | ||
], | ||
|
2 changes: 0 additions & 2 deletions
2
filebeat/module/traefik/access/machine_learning/datafeed_response_code.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"job_id": "JOB_ID", | ||
"query_delay": "60s", | ||
"frequency": "450s", | ||
"indexes": [ | ||
"filebeat-*" | ||
], | ||
|
2 changes: 0 additions & 2 deletions
2
filebeat/module/traefik/access/machine_learning/datafeed_visitor_rate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"job_id": "JOB_ID", | ||
"query_delay": "60s", | ||
"frequency": "450s", | ||
"indexes": [ | ||
"filebeat-*" | ||
], | ||
|