36 lines
828 B
JSON
36 lines
828 B
JSON
|
{
|
||
|
"template" : "logstash-*",
|
||
|
"settings" : {
|
||
|
"index.refresh_interval" : "5s"
|
||
|
},
|
||
|
"mappings" : {
|
||
|
"_default_" : {
|
||
|
"dynamic_templates" : [ {
|
||
|
"kubernetes_labels" : {
|
||
|
"path_match" : "kubernetes.labels",
|
||
|
"mapping" : {
|
||
|
"type" : "object",
|
||
|
"dynamic_templates" : [ {
|
||
|
"match_mapping_type": "string",
|
||
|
"path_match" : "*",
|
||
|
"mapping" : {
|
||
|
"type" : "string",
|
||
|
"index" : "not_analyzed"
|
||
|
}
|
||
|
} ]
|
||
|
}
|
||
|
}
|
||
|
}, {
|
||
|
"kubernetes_field" : {
|
||
|
"match_mapping_type": "string",
|
||
|
"path_match" : "kubernetes.*",
|
||
|
"mapping" : {
|
||
|
"type" : "string",
|
||
|
"index" : "not_analyzed"
|
||
|
}
|
||
|
}
|
||
|
} ]
|
||
|
}
|
||
|
}
|
||
|
}
|