Hi
Any idea why there's no "agent" field available once used %{COMBINEDAPACHELOG} in ELK Stack 7.1?
Since what to use useragent:
useragent {
source => "agent"
}
Any idea how?
Hi
Any idea why there's no "agent" field available once used %{COMBINEDAPACHELOG} in ELK Stack 7.1?
Since what to use useragent:
useragent {
source => "agent"
}
Any idea how?
grok { match => { "message" => "%{COMBINEDAPACHELOG}" } }
produces a field called agent for me, containing the final quoted string. What do your log file entries look like?
the nginx logs
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.