Knowledge Management

Splunk Extract Command to process single or double quotes

youngc_splunk
Splunk Employee
Splunk Employee

Hello Gurus!

I am sure some people may have run in to this.   I am using extract command to parse fields from multi line unstructured event, but the data values are encapsulated by single quotes.

Here is the example :

====EVENT 1========

2021-09-08 00:00:00 ABC status - performance event
    name : 'James Bond'
    address : 'USA'
    age : '100'
    occupation : 'spy'
performance event END

==================

So the the following event, I am using transforms to 

transforms.conf

[performance_data]
DELIMS = "\r\n", ":"

So above transforms partially works.  The problem is the values has single quote ' encapsulated.

Like this

Field name "name"  with value "'James Bond'".   single quote included.  How can I get rid of the single quote?

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...