means there are multiple occurrences of required pattern in the same input line, with Start as starting of pattern and # among all the required patterns.
Is there any way to fetch all such fields and store into elastic search?
Kindly help me and let me know in case of any further information is required.
I've gotten the documentation links, but not getting how to use both mutate+split which will parse the data and to pass that array to grok to process further.
It's not saving the 2 entries into elastic search, instead it's storing the data as 2 elements in each field Eg: TableName field contains data dsta, dsta
Could you please help me how to use these correctly in order to save those entries as separate rows.
Yes, use mutate+split to divide the string into an array using # as a delimiter. Use a split filter to separate the array into three events. Use a csv filter to parse each event into separate fields.
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.