<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to use spath with string formatted events? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670839#M229928</link>
    <description>&lt;P&gt;I see...&lt;/P&gt;&lt;P&gt;Well it seems like spath (and spl functionality in general) is working fine with the events, except for the contents in stdout... I spoke with an acquaintance and it looks like it's most likely due to the way the data is parsed before arriving to splunk.&lt;/P&gt;&lt;P&gt;I can't thank you enough for your time and effort helping me!! It looks like this has to be checked outside of splunk tho, I'll close the ticket and come back with updates if I'm able to find a solution.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 14:14:20 GMT</pubDate>
    <dc:creator>dbarba</dc:creator>
    <dc:date>2023-12-05T14:14:20Z</dc:date>
    <item>
      <title>How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670568#M229863</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;As the subject of the question says, I'm trying to create SPL queries for several visualizations but it has become very tedious since spath does not work with the outputted events, as they come in a string format, making it very hard to work with more complex operations&amp;nbsp;&lt;/P&gt;&lt;P&gt;The event contents are in a valid json format (checked using jsonformatter)&lt;/P&gt;&lt;P&gt;Here's the event output:&lt;SPAN&gt;{"time":"time_here","kubernetes":{"host":"host_name_here","pod_name":"pod_name_here","namespace_name":"namespace_name_here","labels":{"app":"app_label"}},"log":{"jobId":"job_id_here&lt;/SPAN&gt;&lt;SPAN&gt;","dc":"dc_here","stdout":"{ \"Componente\" :&amp;nbsp; \"componente_here\", \"channel\" :&amp;nbsp; \"channel_here\", \"timestamp\" :&amp;nbsp; \"timestamp_here\", \"Code\" :&amp;nbsp; \"code_here\", \"&lt;/SPAN&gt;&lt;SPAN&gt;logId&lt;/SPAN&gt;&lt;SPAN&gt;\" :&amp;nbsp; \"logid_here\", \"&lt;/SPAN&gt;&lt;SPAN&gt;service&lt;/SPAN&gt;&lt;SPAN&gt;\" :&amp;nbsp; \"service_here\", \"&lt;/SPAN&gt;&lt;SPAN&gt;responseMessage&lt;/SPAN&gt;&lt;SPAN&gt;\" :&amp;nbsp; \"responseMessage_here\", \"flow\" :&amp;nbsp; \"flow_here\", \"log\" :&amp;nbsp; \"log_here\"}","level":"info","host":"host_worker_here","flow":"flow_here","projectName":"project_name_here","caller":"caller_here"},"cluster_id":"cluster_id_here"}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2023 17:57:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670568#M229863</guid>
      <dc:creator>dbarba</dc:creator>
      <dc:date>2023-12-03T17:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670570#M229864</link>
      <description>&lt;P&gt;Please explain what you mean by "spath does not work".&amp;nbsp; It works for me in this run-anywhere example (escape characters added to satisfy the SPL parser).&amp;nbsp; What is your query?&amp;nbsp; What results do you expect and what do you get?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults | eval data="{\"time\":\"time_here\",\"kubernetes\":{\"host\":\"host_name_here\",\"pod_name\":\"pod_name_here\",\"namespace_name\":\"namespace_name_here\",\"labels\":{\"app\":\"app_label\"}},\"log\":{\"jobId\":\"job_id_here\",\"dc\":\"dc_here\",\"stdout\":\"{ \\\"Componente\\\" :  \\\"componente_here\\\", \\\"channel\\\" :  \\\"channel_here\\\", \\\"timestamp\\\" :  \\\"timestamp_here\\\", \\\"Code\\\" :  \\\"code_here\\\", \\\"logId\\\" :  \\\"logid_here\\\", \\\"service\\\" :  \\\"service_here\\\", \\\"responseMessage\\\" :  \\\"responseMessage_here\\\", \\\"flow\\\" :  \\\"flow_here\\\", \\\"log\\\" :  \\\"log_here\\\"}\",\"level\":\"info\",\"host\":\"host_worker_here\",\"flow\":\"flow_here\",\"projectName\":\"project_name_here\",\"caller\":\"caller_here\"},\"cluster_id\":\"cluster_id_here\"}"
| spath input=data
| transpose&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the results&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="richgalloway_0-1701630877774.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/28337i6C26C1AAF371A54D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="richgalloway_0-1701630877774.png" alt="richgalloway_0-1701630877774.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2023 19:14:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670570#M229864</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-12-03T19:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670664#M229891</link>
      <description>&lt;P&gt;Hello!! Thank you for your response! And I'm sorry I explained myself so poorly!&lt;/P&gt;
&lt;P&gt;spath does not work: What I meant with this was, having the previous event string as an example, I am unable to use SPL queries such as&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="my_index" logid="log_id_here" service="service_here" responseMessage="response_message_here"&lt;/LI-CODE&gt;
&lt;P&gt;instead I gotta use&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="my_index" "log_id_here" "service_here" "response_message_here" or index="my_index" "log_id_here" service logid responseMessage&lt;/LI-CODE&gt;
&lt;P&gt;This is because no data is found when using "variables" such as&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;responseMessage="response_message_here"&lt;/LI-CODE&gt;
&lt;P&gt;Instead I must search for specific string fragments within the event outputs... This is because the output is formatted as string instead of json making the SPL query creation a real pain.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is your query: One example would be to individually get each responseMessage as such:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="my_index" "log_id_here" logid service responseMessage \\\"responseMessage\\\" :  \\\"null\\\" Instead of the normal way which would be index="my_index" logid="log_id_here" service responseMessage | stats count by responseMessage | dedup responseMessage&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What results do I expect: Currently I'm trying to get unique services and order them desc based on the error count for each (which is based on the responseMessage)&lt;/P&gt;
&lt;P&gt;What results do I get: Currently I'm able to get the count of each service by using string literals such as&amp;nbsp;\\\"service\\\" :&amp;nbsp; \\\"desk\\\" , other than that I'm stuck here. (I'm guessing this could&amp;nbsp; be done with something like&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="my_index" "logid" | stats count by service, responseMessage | eval isError=if(responseMessage!="success",1 ,0) | stats sum(isError) as errorCount by service&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;I apologize in advance in case I've missed once again important details or if i've given wrong queries, I haven't been able to try them out as the documentation shows :C thank you very much for your time!!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 16:55:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670664#M229891</guid>
      <dc:creator>dbarba</dc:creator>
      <dc:date>2023-12-04T16:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670675#M229894</link>
      <description>&lt;P&gt;I find it interesting that you claim the &lt;FONT face="courier new,courier"&gt;spath&lt;/FONT&gt; command does not work yet none of your searches use &lt;FONT face="courier new,courier"&gt;spath&lt;/FONT&gt;.&amp;nbsp; The command won't work if it isn't invoked.&amp;nbsp; See my example above.&lt;/P&gt;&lt;P&gt;Once the &lt;FONT face="courier new,courier"&gt;spath&lt;/FONT&gt; command has extracted the fields, then you can reference those fields in other commands.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 16:48:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670675#M229894</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-12-04T16:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670680#M229895</link>
      <description>&lt;P&gt;I see,&amp;nbsp; should I copy and paste the event data into the search bar to do as the example you provided?&lt;/P&gt;&lt;P&gt;Edit: I used:&lt;/P&gt;&lt;P&gt;index="my_index" "log_id_here" logid responseMessage | spath input=data | transpose&lt;BR /&gt;&lt;BR /&gt;Strangely most if not all vital data was stored inside _raw as a single str&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 17:05:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670680#M229895</guid>
      <dc:creator>dbarba</dc:creator>
      <dc:date>2023-12-04T17:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670697#M229896</link>
      <description>&lt;P&gt;I added data to the SPL because I don't have your data indexed in my Splunk.&amp;nbsp; Since you have the data indexed, you can skip that part of my example query.&amp;nbsp; You may need to change the &lt;FONT face="courier new,courier"&gt;spath &lt;/FONT&gt;command argument to match your events.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 18:21:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670697#M229896</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-12-04T18:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670703#M229900</link>
      <description>&lt;P&gt;I see, I tried with different variables but _raw seems to hold all vital data in all cases, mabe I'm not doing something right, perhaps the part that is not in json format is the output inside the "stdout" variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: Here's the event in log format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{ [-]&lt;BR /&gt;cluster_id: cluster_id&lt;BR /&gt;kubernetes: { [+]&lt;BR /&gt;}&lt;BR /&gt;log: { [-]&lt;BR /&gt;caller: caller_here&lt;BR /&gt;dc: dc_here&lt;BR /&gt;flow: flow_here&lt;BR /&gt;host: gatling_worker_here&lt;BR /&gt;jobId: jobid_here&lt;BR /&gt;level: info&lt;BR /&gt;projectName: project_name_here&lt;BR /&gt;stdout: { "Componente" : "componente_here", "channel" : "channel_here", "timestamp" : "timestamp_here", "Code" : "code_here", "logId" : "logid_here", "service" : "service_here", "responseMessage" : "responsemessage_here", "flow" : "flow_here", "log" : "log_here"}&lt;BR /&gt;}&lt;BR /&gt;time: time_here&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;stdout is the issue it seems&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 19:49:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670703#M229900</guid>
      <dc:creator>dbarba</dc:creator>
      <dc:date>2023-12-04T19:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670742#M229908</link>
      <description>&lt;P&gt;The _raw field is where Splunk stores the raw event.&amp;nbsp; Many commands default to that field and a few work only on that field.&amp;nbsp; The &lt;FONT face="courier new,courier"&gt;spath&lt;/FONT&gt; command defaults to _raw, but you can use &lt;FONT face="courier new,courier"&gt;spath input=_raw&lt;/FONT&gt;, if you wish.&lt;/P&gt;&lt;P&gt;The example event looks fine to me and passes checks at jsonlint.com.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 01:02:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670742#M229908</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-12-05T01:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670776#M229914</link>
      <description>&lt;P&gt;It seem that Splunk already gives you fields like cluter_id, log.projectName, and log.stdout. &amp;nbsp;log.stdout is embedded JSON. &amp;nbsp;Not sure why you say "spath does not work with outputted events." &amp;nbsp;It certainly does. &amp;nbsp;As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;demonstrated, you just need to use &lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Spath" target="_blank" rel="noopener"&gt;spath&lt;/A&gt;'s input parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| spath input=log.stdout&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your mock event gives you these extra fields&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Code&lt;/TD&gt;&lt;TD&gt;Componente&lt;/TD&gt;&lt;TD&gt;channel&lt;/TD&gt;&lt;TD&gt;flow&lt;/TD&gt;&lt;TD&gt;log&lt;/TD&gt;&lt;TD&gt;logId&lt;/TD&gt;&lt;TD&gt;responseMessage&lt;/TD&gt;&lt;TD&gt;service&lt;/TD&gt;&lt;TD&gt;timestamp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;code_here&lt;/TD&gt;&lt;TD&gt;componente_here&lt;/TD&gt;&lt;TD&gt;channel_here&lt;/TD&gt;&lt;TD&gt;flow_here&lt;/TD&gt;&lt;TD&gt;log_here&lt;/TD&gt;&lt;TD&gt;logid_here&lt;/TD&gt;&lt;TD&gt;responseMessage_here&lt;/TD&gt;&lt;TD&gt;service_here&lt;/TD&gt;&lt;TD&gt;timestamp_here&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Play with the emulation&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;gives and compare with your real data.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 09:17:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670776#M229914</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-12-05T09:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670817#M229924</link>
      <description>&lt;P&gt;OK. I think I see where it is going.&lt;/P&gt;&lt;P&gt;You have your data as JSON structure and want to search it calling the fields by names in the base search and it doesn't work. But it will parse your fields if you search for your events another way (for example just by searching for the content, regardless of where in the event it is) and then pushing it through the spath command.&lt;/P&gt;&lt;P&gt;Am I right?&lt;/P&gt;&lt;P&gt;In other words - your events are not automatically interpreted as JSON structures.&lt;/P&gt;&lt;P&gt;There are three separate levels on which Splunk can handle JSON data.&lt;/P&gt;&lt;P&gt;1. On ingest - it can treat the JSON with INDEXED_EXTRACTIONS and parse your data into indexed fields. You generally don't want that as indexed fields are not really what Splunk is typically about.&lt;/P&gt;&lt;P&gt;2. Manual invocation of spath command - that can be useful if you have your json data as only a part of your whole event (for example - json structure forwarded as a syslog message and prepended with a syslog header; in such case you'd want to cut extract the part after syslog header and manually call the spath command to extract fields from that part).&lt;/P&gt;&lt;P&gt;3. Automatic search-time extraction - it's triggered by proper configuration of your sourcetype. By default, unless explicitly disabled by setting AUTO_KV_JSON to false, Splunk will extract your json fields when (and only then) the whole _raw event is a well-formed json structure. JSON extraction can be also (still, only when the whole event is a well-formed json) explicitly triggered by properly configuring KV_MODE in your sourcetype.&lt;/P&gt;&lt;P&gt;Mind you that netiher 1st nor the 3rd option will extract data if you have - for example - a JSON structure as a string field within another json structure - in such case you have to manually use spath to extract the json data from such string.&lt;/P&gt;&lt;P&gt;So - as you can see - json is a bit tricky to work with.&lt;/P&gt;&lt;P&gt;PS: There is an open idea about extracting only part of the event as json structure - feel free to support that &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;A href="https://ideas.splunk.com/ideas/EID-I-208" target="_blank"&gt;https://ideas.splunk.com/ideas/EID-I-208&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 12:47:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670817#M229924</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-12-05T12:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670839#M229928</link>
      <description>&lt;P&gt;I see...&lt;/P&gt;&lt;P&gt;Well it seems like spath (and spl functionality in general) is working fine with the events, except for the contents in stdout... I spoke with an acquaintance and it looks like it's most likely due to the way the data is parsed before arriving to splunk.&lt;/P&gt;&lt;P&gt;I can't thank you enough for your time and effort helping me!! It looks like this has to be checked outside of splunk tho, I'll close the ticket and come back with updates if I'm able to find a solution.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 14:14:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670839#M229928</guid>
      <dc:creator>dbarba</dc:creator>
      <dc:date>2023-12-05T14:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670841#M229929</link>
      <description>&lt;P&gt;Look at my explanation above - your stdout field is not a json structure - it's a string containing a json structure so it cannot be automatically parsed as json structure. You have to take the stdout field and manually use stdout on this field to parse out the fields from it.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 14:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670841#M229929</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-12-05T14:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670843#M229931</link>
      <description>&lt;P&gt;Hello!!&lt;/P&gt;&lt;P&gt;THanks for your answer! You are indeed correct! The event has some level that is treated as a Json, but nested in the "log" variable, the "stdout" variable has another dictionary within it that is being treated as a string, making it difficult to be worked with SPL.&lt;/P&gt;&lt;P&gt;I did my research and it seems this might be an issue with the way the data is being parsed before arriving to splunk, before checking that I guess I'm stuck with searching for string literals &lt;span class="lia-unicode-emoji" title=":broken_heart:"&gt;💔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time and help!!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 14:19:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670843#M229931</guid>
      <dc:creator>dbarba</dc:creator>
      <dc:date>2023-12-05T14:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670844#M229932</link>
      <description>&lt;P&gt;Excellent! Is there a way of doing this directly with SPL?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 14:20:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670844#M229932</guid>
      <dc:creator>dbarba</dc:creator>
      <dc:date>2023-12-05T14:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670850#M229934</link>
      <description>&lt;P&gt;So you need to do&lt;/P&gt;&lt;PRE&gt;&amp;lt;your search&amp;gt;&lt;BR /&gt;| spath input=stdout&lt;/PRE&gt;&lt;P&gt;This way you'll parse the contents of the stdout field.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 14:43:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670850#M229934</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-12-05T14:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670900#M229952</link>
      <description>&lt;P&gt;The field name is log.stdout.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| spath input=log.stdout&lt;/LI-CODE&gt;&lt;P&gt;See my earlier comment &lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670776/highlight/true#M229914" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670776/highlight/true#M229914&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 18:13:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670900#M229952</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-12-05T18:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use spath with string formatted events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670908#M229954</link>
      <description>&lt;P&gt;I'm sorry I didn't see your reply sooner, thank you so much! You're a hero!!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 19:47:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-spath-with-string-formatted-events/m-p/670908#M229954</guid>
      <dc:creator>dbarba</dc:creator>
      <dc:date>2023-12-05T19:47:33Z</dc:date>
    </item>
  </channel>
</rss>

