My message index field has field1=A big brown wolf, field2=Yet another furry animal, field3=No guarantee how many fields we will see
This is what is indexed:
field1=A
field2=Yet
field3=No
I'm missing the rest of the words in between the = and the ',' This ends up in the message field
What would be the appropriate kv filter to use so I can have all the words up to the comma','
like so:
field1=A big brown wolf
field2=Yet another furry animal
I do believe this is a limitation of the KV filter (if someone knows a workaround please mention it).
That said, you can practically achieve the same result with some custom Ruby code.
Actually it's not so simple .. I have fields with monetary values like this
Amt=100,087,001.098214 so I get Amt=100 because it's taking me up to the comma. How do I further cater for that?
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.