Multiple Timezones in Elasticsearch/Kibana

Hello All,

I am having a problem with different timezones sending their information to
elasticsearch/kibana. One of the logs that is sending is at UTC time
however the elasticsearch box is at local time zone. The message is clearly
sent at the time of the event however elasticsearch or kibana is indexing
it so that only when its that time that will it show up.

Is there a way to allow elasticsearch/kibana to be dynamic and read
messages as they come in, rather than later ?

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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/a89ab139-d1da-4f22-9dda-ed669db974c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

On Thursday, October 16, 2014 at 18:57 CEST,
Kellan Strong vaid.kellan@gmail.com wrote:

I am having a problem with different timezones sending their
information to elasticsearch/kibana. One of the logs that is sending
is at UTC time however the elasticsearch box is at local time zone.
The message is clearly sent at the time of the event however
elasticsearch or kibana is indexing it so that only when its that time
that will it show up.
Is there a way to allow elasticsearch/kibana to be dynamic and read
messages as they come in, rather than later ?

More information is needed. How are you sending the messages to
Elasticsearch? Is Logstash involved?

Kibana relies on the @timestamp field to be UTC. If your logs
are in UTC too it sounds like something is interpreting them as
local time and adjusting the timestamp accordingly before updating
@timestamp.

--
Magnus Bäck | Software Engineer, Development Tools
magnus.back@sonymobile.com | Sony Mobile Communications

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/20141020072815.GA8014%40seldlx20533.corpusers.net.
For more options, visit https://groups.google.com/d/optout.