mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
7x index template updates
This commit updates the Elasticsearch index templates to be compatible with 7.x * removes types * remove _all * template -> index_patterns Fixes #10375
This commit is contained in:
parent
48ee9987cc
commit
b53d79c148
4 changed files with 3 additions and 14 deletions
|
@ -1,9 +1,5 @@
|
||||||
{
|
{
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"_default_": {
|
|
||||||
"_all": {
|
|
||||||
"norms": false
|
|
||||||
},
|
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"version": "5.4.0"
|
"version": "5.4.0"
|
||||||
},
|
},
|
||||||
|
@ -668,12 +664,11 @@
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"order": 0,
|
"order": 0,
|
||||||
"settings": {
|
"settings": {
|
||||||
"index.mapping.total_fields.limit": 10000,
|
"index.mapping.total_fields.limit": 10000,
|
||||||
"index.refresh_interval": "5s"
|
"index.refresh_interval": "5s"
|
||||||
},
|
},
|
||||||
"template": "fb_apache-*"
|
"index_patterns": "fb_apache-*"
|
||||||
}
|
}
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"order": 0,
|
"order": 0,
|
||||||
"template": "netflow-*",
|
"index_patterns": "netflow-*",
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"_default_": {
|
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"version": "7.0.0"
|
"version": "7.0.0"
|
||||||
},
|
},
|
||||||
|
@ -1048,7 +1047,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"aliases": { }
|
"aliases": { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"order": 0,
|
"order": 0,
|
||||||
"template": "arcsight-*",
|
"index_patterns": "arcsight-*",
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"_default_": {
|
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"version": "7.0.0"
|
"version": "7.0.0"
|
||||||
},
|
},
|
||||||
|
@ -219,4 +218,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
"number_of_shards": 1
|
"number_of_shards": 1
|
||||||
},
|
},
|
||||||
"mappings" : {
|
"mappings" : {
|
||||||
"_doc" : {
|
|
||||||
"dynamic_templates" : [ {
|
"dynamic_templates" : [ {
|
||||||
"message_field" : {
|
"message_field" : {
|
||||||
"path_match" : "message",
|
"path_match" : "message",
|
||||||
|
@ -43,4 +42,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue