Hello, i want to store my own log file to logstash, then i use grok to mapping the date from log file to a field. But, in kibana, that field cannot read as a timestamp, so i can not use the real time stamp in timelion.
here is my config file
input{
Your date pattern is wrong; you need MMM instead of MM. The part of the pattern used for the time probably also needs adjustments, but it depends on what your my_timestamp field looks like.
As I said, the time part of your pattern probably needs adjustments too. I can't be specific since I don't know exactly what the my_timestamp field contains (because I don't know how you've defined the DATE_YMD filter. When the date filter fails to parse a timestamp it'll tell you in the log what part of the string it had a problem with.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.