Antonio's example works.  My problem was a syntax issue as the Logstash 
docs do not really have examples.  I was not able to figure out the 
formatting.



On Wednesday, October 22, 2014 1:08:33 AM UTC-4, vineeth mohan wrote:
>
> Hello Antonio , 
>
> I am aware of this. 
> The example you have quoted should actually work.
> Why do you feel that its not working.
>
> Thanks
>           Vineeth
>
> On Tue, Oct 21, 2014 at 7:38 PM, Antonio Augusto Santos <mkh...@gmail.com 
> <javascript:>> wrote:
>
>> If you are using logstash to push your events do ES you need something 
>> like this:
>>
>>  date {
>>         match => [ "<field_with_the_epoch>", "UNIX" ]
>>    }
>>
>>
>> Read more about it here:  http://logstash.net/docs/1.4.2/filters/date
>>
>> On Tuesday, October 21, 2014 8:43:08 AM UTC-3, ES USER wrote:
>>>
>>> For the life of me my Google searching has not revealed any solution to 
>>> this at least none that work for me.  I have log data with an Epoch 
>>> timestamp in it and would like to use the date filter in Logstash to 
>>> overwrite @timestamp with the appropriate converted timestamp derived from 
>>> that epoch.  Any insight on this would be much appreciated.
>>>
>>  -- 
>> 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 elasticsearc...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/elasticsearch/ee39dee4-b113-4fcf-80d6-4d4e7063afc9%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/elasticsearch/ee39dee4-b113-4fcf-80d6-4d4e7063afc9%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/cfd1699c-f41d-4501-a931-8887a9bbb585%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to