[ML] Adds created_by field to auditbeat and APM data recognizer jobs (#33863) (#33933)

This commit is contained in:
Pete Harverson 2019-03-27 12:02:42 +00:00 committed by GitHub
parent 0caf154568
commit d8c76b5599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 2 deletions

View file

@ -23,5 +23,8 @@
},
"model_plot_config": {
"enabled": true
},
"custom_settings": {
"created_by": "ml-module-apm-transaction"
}
}

View file

@ -25,6 +25,7 @@
"time_format": "epoch_ms"
},
"custom_settings": {
"created_by": "ml-module-auditbeat-process-docker",
"custom_urls": [
{
"url_name": "Process rate",

View file

@ -25,6 +25,7 @@
"time_format": "epoch_ms"
},
"custom_settings": {
"created_by": "ml-module-auditbeat-process-docker",
"custom_urls": [
{
"url_name": "Process explorer",

View file

@ -24,7 +24,7 @@
"time_format": "epoch_ms"
},
"custom_settings": {
"created_by": "ml-module-auditd-hosts",
"created_by": "ml-module-auditbeat-process-hosts",
"custom_urls": [
{
"url_name": "Process rate",

View file

@ -25,7 +25,7 @@
"time_format": "epoch_ms"
},
"custom_settings": {
"created_by": "ml-module-auditd-hosts",
"created_by": "ml-module-auditbeat-process-hosts",
"custom_urls": [
{
"url_name": "Process explorer",