(Fieldvalue => createdby,createdtime,updatedby,updatedtime)
i need a individual field for createdtime in my kibana option
thanks
saravanan.R
(Fieldvalue => createdby,createdtime,updatedby,updatedtime)
i need a individual field for createdtime in my kibana option
thanks
saravanan.R
im using it in logfile fields time,sessionid,requestid, fieldvalue columns and my question is inside of fieldvalue column these terms are placed. how to split the createdtime value to individual field (createdby,createdtime ,updatedby,updatedtime,name,etc.,)
grok{
match =>["message","%{NUMBER:TIME} \t %{WORD:SESSIONID} \t %{GREEDYDATA:FieldValue}"]
}
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.