3870a5a2fa
To allow for reuse of elasticsearch I'm splitting it away from logstash. Also, I'm doing a hash check of the elasticsearch wget for better security. Change-Id: Iff42d538cd941abd50b000879ea4a237ea48d40e
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"_default_": {
|
|
"_all": { "enabled": false },
|
|
"_source": { "compress": true },
|
|
"dynamic_templates": [
|
|
{
|
|
"string_template" : {
|
|
"match" : "*",
|
|
"mapping": { "type": "string", "index": "not_analyzed" },
|
|
"match_mapping_type" : "string"
|
|
}
|
|
}
|
|
],
|
|
"properties" : {
|
|
"@fields": { "type": "object", "dynamic": true, "path": "full" },
|
|
"@message" : { "type" : "string", "index" : "analyzed" }
|
|
}
|
|
}
|
|
}
|