mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
86f33ac40b
commit
ba11992d70
1 changed files with 5 additions and 7 deletions
|
@ -77,13 +77,11 @@ PUT test
|
|||
"number_of_shards" : 1
|
||||
},
|
||||
"mappings" : {
|
||||
"_doc" : {
|
||||
"properties" : {
|
||||
"alert_id" : { "type" : "text" },
|
||||
"alert_name" : { "type" : "text" },
|
||||
"alert_instance_id" : { "type" : "text" },
|
||||
"context_message": { "type" : "text" }
|
||||
}
|
||||
"properties" : {
|
||||
"alert_id" : { "type" : "text" },
|
||||
"alert_name" : { "type" : "text" },
|
||||
"alert_instance_id" : { "type" : "text" },
|
||||
"context_message": { "type" : "text" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue