All Apps and Add-ons

Hi I have a TLV

jhuysing
Explorer

Is there any way to pre-proccess a Tag Length File before it gets indexed?

Tags (1)
0 Karma

haley_swarnapat
Path Finder

You'll need to write a script to read and extract your TLV into comma separated T=V

Example, if you are using 3 digits decimal TLV, your script should have input/output as follow:
Input: 001005Hello999006World!
Output: T001=Hello, T999=World!

If your script works, you can use Splunk scripted input https://docs.splunk.com/Documentation/Splunk/6.4.3/AdvancedDev/ScriptSetup

richgalloway
SplunkTrust
SplunkTrust

What do you mean by "pre-process"? What do you want to do to the file?

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...