Hello,
I have a csv file with a header row which contains the special characters "[" and "]" in few of the column names. Logstash issues the exception "#<RuntimeError: Invalid FieldReference:" while attempting to parse it. Is there anyway to overcome this through logstash?
I was able to resolve this with the mutate - gsub filter.
In my first attempt, I placed the mutate filter after the csv filter and it did not work.
I changed the order now and it works like a charm!
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.