forked from ViaQ/elasticsearch-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskeleton-index-pattern.json
7 lines (7 loc) · 1.16 KB
/
skeleton-index-pattern.json
1
2
3
4
5
6
7
{
"title":"$TITLE$",
"timeFieldName":"<time_field_name>",
"description":"This is the Kibana index file for the <the_index_type> index pattern",
"fields": "[{\"name\":\"_index\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"indexed\":false,\"analyzed\":false,\"doc_values\":false},{\"name\":\"kubernetes_labels_name\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"indexed\":true,\"analyzed\":true,\"doc_values\":false}, {\"name\":\"docker_container_id\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"indexed\":true,\"analyzed\":true,\"doc_values\":false}, {\"name\":\"hostname\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"indexed\":true,\"analyzed\":true,\"doc_values\":false}, {\"name\":\"kubernetes_labels_openshift_io/build_name\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"indexed\":true,\"analyzed\":true,\"doc_values\":false}, {\"name\":\"_type\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"indexed\":true,\"analyzed\":false,\"doc_values\":false}, {\"name\":\"kubernetes_labels_deploymentconfig\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"indexed\":true,\"analyzed\":true,\"doc_values\":false}
]"
}