Hi,
I have an XML file input with the following form:
In order to extract fields, I want to split this input to one event per each record. to do this, I tried this in props.conf:
[sourcetype_name]
..
BREAK_ONLY_BEFORE= (\)
SHOULD_LINEMERGE = true
Unfortunately, it's not working for me.
Any ideas, please!
↧