Dear All,
I'm new in Eleastic environment. I need an help if it is possible. I create a pipeline to process the data from filebeat system, my pipeline works correctly I'm processing various parameters, one of them is an integer value or special character ("-"). I process it as follow
us=%{INT:Param}
it works when parameter is a integer value but does not work when the value is ("-").
Is it possible to create a conditional event as example
if value == "-" {
Param ="-1"
} else {
%{INT:Param}
}
Hello,
This is Elastic question.
I'm trying to create a pipeline to filter some data from nginx log (this is a custom log).
I have to filter a value us="XXX" were it can have two different values type:
first case us="0.221"
second case us="-"
I do not have problem in first case but if it is possible I would set us="-1" (or 0) in second case
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.