what could be the settings to break the tcp data in splunk. Need to break after @sign to another event.
L2023087102901 some data 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 000000 <@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@L2023087102903 another some data
OK then try this.
LINE_BREAKER = @+()
probably this would be a solution
it worked.... thank you.
Tried, but it is removing all @ sign data from the event
also wanted to have those entry as well in the event
OK then try this.
LINE_BREAKER = @+()
Presuming you intend to break after the full string of @'s then try this.
LINE_BREAKER = (@+)