Splunk Enterprise

Insert hex char in SEDCMD

biagiodipalma
Explorer

Hi there,

I want to append a null frame char (x00) to my raw logs intercepted by props stanza. How can I solve this?

I tried to insert strings like:

  • SEDCMD
  • REGEX = (.*)  followed by FORMAT

Any hints?

 

0 Karma

biagiodipalma
Explorer

This not worked for me, just for explaining: logs are intercepted by stanza in props and sent as syslogs. I need to insert \x00 at the end of each log in order to say to receiver that the log is over and to wait for another one. Now the receiver waits for other logs.. 

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@biagiodipalma 

Are you looking for this?

[YOUR_SOURCETYPE]
SEDCMD-a=s/$/x00/g
.
.
.

Thanks
KV
▄︻̷̿┻̿═━一

If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated. 

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...