Hi,
I have nginx logs and i have this date format [02/Mar/2015:13:02:51 +0000] What should i use in elasticsearch and what i should put in the dateformat field of Kibana4? curl -XGET 'http://localhost:9200/_mapping?pretty' { "nginx" : { "mappings" : { "t07_nginx" : { "properties" : { "@timestamp <https://github.com/timestamp>" : { "type" : "date", "format" : "dateOptionalTime" }, "body_bytes_sent" : { "type" : "string" }, "geoip_country_code" : { "type" : "string" }, "host" : { "type" : "string" }, "http_host" : { "type" : "string" }, "http_referer" : { "type" : "string" }, "http_user_agent" : { "type" : "string", "index" : "not_analyzed" }, "http_x_forwarded_for" : { "type" : "string" }, "message" : { "type" : "string" }, "msec request_time" : { "type" : "string" }, "remote_addr" : { "type" : "string" }, "request_http_protocol" : { "type" : "string" }, "request_time" : { "type" : "string" }, "request_type" : { "type" : "string" }, "request_url" : { "type" : "string" }, "status" : { "type" : "string" }, "upstream_addr" : { "type" : "string" }, "upstream_response_time" : { "type" : "string" } } } } } with the above i can't see any data(events) in Kibana Thanks -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/2dae7640-14dd-4e23-8621-2fc1d5d12cc7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
