Hi All,
In search head for a single event I can see below kind of data (single event)
tag field1="123" field2="abc" field3="yes"
/tag
Sometext
tag field1="766" field2="hjh" field3="no"
/tag
Sometext
tag field1="103" field2="anc" field3="yes"
/tag
Sometext
In search head I can able to see field1 as a field but the values in that are storing randomly (above kind f events are there)
How to split the single event into multiple events based on string or field in above ?