Hi Team,
my requirement is write request is one event and Change Item into another event, please help me how to break the events
12:49:28 PM WriteRequest Remotexxxxxxxxxx+=0
12:49:28 PM WriteRequest Remotexxxxxxxxxxxxxx-=0
12:49:28 PM WriteRequest xxxxxxxx=ABEMA150
12:50:22 PM ChangeItem StatusDevices.xxxxxxxx=1
12:50:22 PM ChangeItem CurrentTest.DateEnd=25.06.2023 12:50:22
12:50:22 PM ChangeItem CurrentTesxxxxxxx=2
How do they appear in Splunk right now?
12:49:28 PM WriteRequest Remotexxxxxxxxxx+=0
12:49:28 PM WriteRequest Remotexxxxxxxxxxxxxx-=0
12:49:28 PM WriteRequest xxxxxxxx=ABEMA150
Into One event
12:50:22 PM ChangeItem StatusDevices.xxxxxxxx=1
12:50:22 PM ChangeItem CurrentTest.DateEnd=25.06.2023 12:50:22
12:50:22 PM ChangeItem CurrentTesxxxxxxx=2
into another event
Line_BREAKER= ?
Please help me
Hi @vijreddy30 ...
Simplest one... you can do line-breaking with each line (as you are having timestamps nicely)
if you have any other "special requirements" with this logs, then, if you could update us more details, we could help you on the new line breaking ideas. thanks.