Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogg9/fa1b54cf34c50d69322b to your computer and use it in GitHub Desktop.
Save marianogg9/fa1b54cf34c50d69322b to your computer and use it in GitHub Desktop.
Automatic template management enabled {:manage_template=>"true", :level=>:info, :file=>"logstash/outputs/elasticsearch.rb", :line=>"258"}
Using mapping template {:template=>"{
\"template\": \"logstash-*\",
\"settings\": {
\"index.refresh_interval\": \"5s\"
},
\"mappings\": {
\"_default_\": {
\"_all\": {
\"enabled\": true
},
\"dynamic_templates\": [
{
\"string_fields\": {
\"match\": \"*\",
\"match_mapping_type\": \"string\",
\"mapping\": {
\"type\": \"string\",
\"index\": \"analyzed\",
\"omit_norms\": true,
\"fields\": {
\"raw\": {
\"type\": \"string\",
\"index\": \"not_analyzed\",
\"ignore_above\": 256
}
}
}
}
}
],
\"properties\": {
\"@version\": {
\"type\": \"string\",
\"index\": \"not_analyzed\"
},
\"geoip\": {
\"type\": \"object\",
\"dynamic\": true,
\"path\": \"full\",
\"properties\": {
\"location\": {
\"type\": \"geo_point\"
}
}
}
}
}
}
}", :level=>:info, :file=>"logstash/outputs/elasticsearch.rb", :line=>"284"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment