mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update hostrisk mappings (#138139)
* update dev tool scripts * update dev tool scripts
This commit is contained in:
parent
a18603d33a
commit
8193b14e82
2 changed files with 24 additions and 4 deletions
|
@ -83,7 +83,12 @@ PUT ml_host_risk_score_{{space_name}}
|
|||
"type": "date"
|
||||
},
|
||||
"risk": {
|
||||
"type": "keyword"
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"keyword": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"risk_stats": {
|
||||
"properties": {
|
||||
|
@ -205,7 +210,12 @@ PUT ml_host_risk_score_latest_{{space_name}}
|
|||
"type": "date"
|
||||
},
|
||||
"risk": {
|
||||
"type": "keyword"
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"keyword": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"risk_stats": {
|
||||
"properties": {
|
||||
|
|
|
@ -86,7 +86,12 @@ PUT ml_host_risk_score_default
|
|||
\\"type\\": \\"date\\"
|
||||
},
|
||||
\\"risk\\": {
|
||||
\\"type\\": \\"keyword\\"
|
||||
\\"type\\": \\"text\\",
|
||||
\\"fields\\": {
|
||||
\\"keyword\\": {
|
||||
\\"type\\": \\"keyword\\"
|
||||
}
|
||||
}
|
||||
},
|
||||
\\"risk_stats\\": {
|
||||
\\"properties\\": {
|
||||
|
@ -208,7 +213,12 @@ PUT ml_host_risk_score_latest_default
|
|||
\\"type\\": \\"date\\"
|
||||
},
|
||||
\\"risk\\": {
|
||||
\\"type\\": \\"keyword\\"
|
||||
\\"type\\": \\"text\\",
|
||||
\\"fields\\": {
|
||||
\\"keyword\\": {
|
||||
\\"type\\": \\"keyword\\"
|
||||
}
|
||||
}
|
||||
},
|
||||
\\"risk_stats\\": {
|
||||
\\"properties\\": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue