Splunk Enterprise

Escape quote in standard input?

stefano339
Engager

Hello. I have a input script in python that gets data from db and puts them in stdin in the form field = "value". One field contains a json so I tried to escape quotes:
field = "{\"id\": \"a\"}"
but what I get in the field is "{\" losing the rest.
There is a way to escape quote in this case?
Thanks

Labels (1)
Tags (2)
0 Karma
1 Solution

stefano339
Engager

Yes I did but is was non working until I found out to use auto_escaped instead of auto as KV_MODE.
Now it's working fine.
Thanks

View solution in original post

0 Karma

stefano339
Engager

Yes I did but is was non working until I found out to use auto_escaped instead of auto as KV_MODE.
Now it's working fine.
Thanks

0 Karma

richgalloway
SplunkTrust
SplunkTrust

If your problem is resolved, please accept the answer to help future readers.

---
If this reply helps you, Karma would be appreciated.
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Have you tried field = '{\"id\": \"a\"}'?

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...