Skip to content

Instantly share code, notes, and snippets.

@BobuSumisu
Created September 26, 2013 12:28
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 BobuSumisu/6713467 to your computer and use it in GitHub Desktop.
Save BobuSumisu/6713467 to your computer and use it in GitHub Desktop.
ES mapping
{"kibana-int":{"temp":{"properties":{"dashboard":{"type":"string"},"group":{"type":"string"},"title":{"type":"string"},"user":{"type":"string"}}},"dashboard":{"properties":{"dashboard":{"type":"string"},"group":{"type":"string"},"title":{"type":"string"},"user":{"type":"string"}}}},"logstash-2013.09.25":{"logs":{"properties":{"@timestamp":{"type":"date","format":"dateOptionalTime"},"@version":{"type":"string"},"host":{"type":"string"},"message":{"type":"string"},"path":{"type":"string"},"type":{"type":"string"}}}},"logstash-2013.09.26":{"logs":{"properties":{"@timestamp":{"type":"date","format":"dateOptionalTime"},"@version":{"type":"string"},"agent":{"type":"string"},"auth":{"type":"string"},"bytes":{"type":"string"},"clientip":{"type":"string"},"coords":{"type":"double"},"geoip":{"properties":{"city_name":{"type":"string"},"continent_code":{"type":"string"},"country_code2":{"type":"string"},"country_code3":{"type":"string"},"country_name":{"type":"string"},"ip":{"type":"string"},"latitude":{"type":"double"},"longitude":{"type":"double"},"real_region_name":{"type":"string"},"region_name":{"type":"string"},"timezone":{"type":"string"}}},"host":{"type":"string"},"httpversion":{"type":"string"},"ident":{"type":"string"},"message":{"type":"string"},"path":{"type":"string"},"rawrequest":{"type":"string"},"referrer":{"type":"string"},"request":{"type":"string"},"response":{"type":"string"},"tags":{"type":"string"},"timestamp":{"type":"string"},"type":{"type":"string"},"verb":{"type":"string"}}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment