<?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: SEDCMD not working in Splunk Cloud in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703719#M116377</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/273806"&gt;@best-west&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;basically we need to package an new app&amp;nbsp; that has props.conf for the SEDCMD, referencing your sourcetype for the data needing to transform and deploy from UI from &lt;A href="https://yourstack.splunkcloud.com/en-US/manager/search/apps/uploaded_apps" target="_self"&gt;uploaded apps&lt;/A&gt;.&amp;nbsp; I think the issue might be because of 000-self-service-app .&amp;nbsp;You can also ask splunk support to make this update for you.&amp;nbsp;&lt;BR /&gt;Is this Classic or Victoria stack?&lt;BR /&gt;&lt;BR /&gt;If you want to create props/transforms as mentioned try using ingest actions and see as an example.&lt;BR /&gt;&lt;A href="https://lantern.splunk.com/Splunk_Platform/Product_Tips/Data_Management/Using_ingest_actions_to_filter_AWS_CloudTrail_logs" target="_blank"&gt;https://lantern.splunk.com/Splunk_Platform/Product_Tips/Data_Management/Using_ingest_actions_to_filter_AWS_CloudTrail_logs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If my reply helps, please upvote.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2024 19:09:29 GMT</pubDate>
    <dc:creator>sainag_splunk</dc:creator>
    <dc:date>2024-11-06T19:09:29Z</dc:date>
    <item>
      <title>SEDCMD not working in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703696#M116370</link>
      <description>&lt;P&gt;I have syslogs coming into Splunk that need some cleaning up - it's essentially JSON with a few extra characters here and there (but enough to be improperly formatted). I'd really like to be able to use KV_MODE = json to auto extract fields, but those additional characters prevent this from happening. So I wrote a few SEDCMDs to remove those additional characters and applied the following stanzas to a new sourcetype:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bestwest_0-1730901042647.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33373i6BB6E99EE3979A13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bestwest_0-1730901042647.png" alt="bestwest_0-1730901042647.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;However, in our distributed Splunk Cloud environment, these SEDCMDs are not working.&lt;BR /&gt;&lt;BR /&gt;There are no errors in the _internal index pertaining to this sourcetype, and I can tell the sourcetype is applying because any key/value pairs in the data that pop up&amp;nbsp;&lt;EM&gt;before&lt;/EM&gt; the extra characters are automatically extracted at search-time as expected (so at least I know the KV_MODE stanza is&lt;EM&gt; trying&lt;/EM&gt; to work). Because the SEDCMDs are not removing the extra characters, the other fields are not being auto-extracted.&lt;BR /&gt;&lt;BR /&gt;In my all-in-one test environment, the SEDCMDs work perfectly alongside KV_MODE to clean up the data and pull out the fields. I can't quite determine why it isn't working in Cloud - the syslog servers forwarding this data have Universal Forwarders so I understand why the sourcetype isn't applying at that level... but this sourcetype should be hitting the indexers and applied there, no?&lt;BR /&gt;&lt;BR /&gt;What am I missing?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 13:57:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703696#M116370</guid>
      <dc:creator>best-west</dc:creator>
      <dc:date>2024-11-06T13:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: SEDCMD not working in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703704#M116371</link>
      <description>&lt;P&gt;The key insight is that KV_MODE=json is applied at search-time on the Search Head, while SEDCMDs are part of the parsing pipeline (&lt;STRONG&gt;Typing / Regexreplacement)&amp;nbsp;&lt;/STRONG&gt;that must occur during indexing.&lt;/P&gt;&lt;P&gt;In Splunk Cloud, that should've done it we need make sure your sourcetype configuration with these SEDCMDs is properly deployed to the indexing tier, not just the search head (&lt;SPAN&gt;could use SEDCMDs on sh),&lt;/SPAN&gt; since that's where the actual parsing/transformation of the data needs to happen.&lt;BR /&gt;&lt;BR /&gt;Try to deploy your &lt;SPAN&gt;SEDCMD&lt;/SPAN&gt; config using self service app and see if that makes difference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Also if you don't want to write props and transforms.&lt;BR /&gt;checkout:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/Data/DataIngest#Create_a_ruleset_with_the_Ingest_Actions_page" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/Data/DataIngest#Create_a_ruleset_with_the_Ingest_Actions_page&lt;/A&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;A class="" href="https://docs.splunk.com/Documentation/SplunkCloud/9.2.2406/IngestProcessor/AboutIngestProcessorSolution" target="_blank" rel="noopener noreferrer"&gt;https://docs.splunk.com/Documentation/SplunkCloud/9.2.2406/IngestProcessor/AboutIngestProcessorSolution&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If my reply helps, please upvote.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 17:00:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703704#M116371</guid>
      <dc:creator>sainag_splunk</dc:creator>
      <dc:date>2024-11-06T17:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: SEDCMD not working in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703706#M116372</link>
      <description>&lt;P&gt;Replied to my own post. Derp. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Hi!&lt;STRIKE&gt; Thank you so much for your response and explanation. It seems like maybe I have not properly deployed these to the indexing tier.&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;Forgive me for the beginner question, but I think the sourcetype I created already belongs to the 000-self-service app - is this what you meant by deploying the config using self service? Screenshot below (I didn't capture the full sourcetype name):&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bestwest_0-1730913359598.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33375iD7BE39F8567169BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bestwest_0-1730913359598.png" alt="bestwest_0-1730913359598.png" /&gt;&lt;/span&gt;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 18:23:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703706#M116372</guid>
      <dc:creator>best-west</dc:creator>
      <dc:date>2024-11-06T18:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: SEDCMD not working in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703713#M116373</link>
      <description>&lt;P&gt;Key question here is, since you're saying it's syslog and you definitely not sending syslog straight to Cloud, what your ingestion process look like? Do you have any HFs on-prem?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 18:09:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703713#M116373</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-06T18:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: SEDCMD not working in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703715#M116374</link>
      <description>&lt;P&gt;Hi! Thank you so much for your response and explanation. It seems like maybe I have not properly deployed these to the indexing tier.&lt;/P&gt;&lt;P&gt;Forgive me for the beginner question, but I think the sourcetype I created already belongs to the 000-self-service app - is this what you meant by deploying the config using self service? Screenshot below (I didn't capture the full sourcetype name):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bestwest_0-1730917379416.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33379i6B1953879CD81E3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bestwest_0-1730917379416.png" alt="bestwest_0-1730917379416.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 18:23:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703715#M116374</guid>
      <dc:creator>best-west</dc:creator>
      <dc:date>2024-11-06T18:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: SEDCMD not working in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703716#M116375</link>
      <description>&lt;P&gt;Thank you for responding! Yes, it's coming from syslog server with UF installed going to Cloud. I unfortunately don't have any HFs available for use and setting up another one at this time is not an option for me.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 18:29:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703716#M116375</guid>
      <dc:creator>best-west</dc:creator>
      <dc:date>2024-11-06T18:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: SEDCMD not working in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703719#M116377</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/273806"&gt;@best-west&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;basically we need to package an new app&amp;nbsp; that has props.conf for the SEDCMD, referencing your sourcetype for the data needing to transform and deploy from UI from &lt;A href="https://yourstack.splunkcloud.com/en-US/manager/search/apps/uploaded_apps" target="_self"&gt;uploaded apps&lt;/A&gt;.&amp;nbsp; I think the issue might be because of 000-self-service-app .&amp;nbsp;You can also ask splunk support to make this update for you.&amp;nbsp;&lt;BR /&gt;Is this Classic or Victoria stack?&lt;BR /&gt;&lt;BR /&gt;If you want to create props/transforms as mentioned try using ingest actions and see as an example.&lt;BR /&gt;&lt;A href="https://lantern.splunk.com/Splunk_Platform/Product_Tips/Data_Management/Using_ingest_actions_to_filter_AWS_CloudTrail_logs" target="_blank"&gt;https://lantern.splunk.com/Splunk_Platform/Product_Tips/Data_Management/Using_ingest_actions_to_filter_AWS_CloudTrail_logs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If my reply helps, please upvote.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 19:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703719#M116377</guid>
      <dc:creator>sainag_splunk</dc:creator>
      <dc:date>2024-11-06T19:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: SEDCMD not working in Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703767#M116383</link>
      <description>&lt;P&gt;The question was because if you had HF in front of your indexers, there's were your index-time props would be applied. Since you're using UF to push data to Cloud, you indeed need to push an app to the Cloud as &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/187813"&gt;@sainag_splunk&lt;/a&gt; wrote.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 07:42:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-not-working-in-Splunk-Cloud/m-p/703767#M116383</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-07T07:42:24Z</dc:date>
    </item>
  </channel>
</rss>

