<?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 User‑Driven Log Ingestion Control Framework in Splunk Cloud Platform</title>
    <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/User-Driven-Log-Ingestion-Control-Framework/m-p/757568#M4139</link>
    <description>&lt;DIV&gt;&lt;P&gt;We often encounter situations where a particular application begins generating unusually high volumes of logs for a specific source, sourcetype, or index. This can quickly lead to excessive license consumption and unplanned cost overruns.&lt;/P&gt;&lt;P&gt;To address this, I am exploring an approach that provides more direct control to application owners or stakeholders—allowing them to decide whether log ingestion should be temporarily paused or approved for suspension. This could be achieved through an automated workflow where users receive an API-triggered notification or an email containing a decision link. With this model, we can prevent unnecessary license impact while ensuring that any action taken has explicit user consent.&lt;/P&gt;&lt;P&gt;I’d appreciate your thoughts on this approach.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 22 Jan 2026 17:31:05 GMT</pubDate>
    <dc:creator>prashanthan1987</dc:creator>
    <dc:date>2026-01-22T17:31:05Z</dc:date>
    <item>
      <title>User‑Driven Log Ingestion Control Framework</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/User-Driven-Log-Ingestion-Control-Framework/m-p/757568#M4139</link>
      <description>&lt;DIV&gt;&lt;P&gt;We often encounter situations where a particular application begins generating unusually high volumes of logs for a specific source, sourcetype, or index. This can quickly lead to excessive license consumption and unplanned cost overruns.&lt;/P&gt;&lt;P&gt;To address this, I am exploring an approach that provides more direct control to application owners or stakeholders—allowing them to decide whether log ingestion should be temporarily paused or approved for suspension. This could be achieved through an automated workflow where users receive an API-triggered notification or an email containing a decision link. With this model, we can prevent unnecessary license impact while ensuring that any action taken has explicit user consent.&lt;/P&gt;&lt;P&gt;I’d appreciate your thoughts on this approach.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Jan 2026 17:31:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/User-Driven-Log-Ingestion-Control-Framework/m-p/757568#M4139</guid>
      <dc:creator>prashanthan1987</dc:creator>
      <dc:date>2026-01-22T17:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: User‑Driven Log Ingestion Control Framework</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/User-Driven-Log-Ingestion-Control-Framework/m-p/757570#M4140</link>
      <description>&lt;P&gt;It doesn't work like this. Even if you made something that would selectively enable and disable HEC tokens and set specific sources to use specific tokens, there is no way to "hold" any specific events and "accept" or "reject" them within just Splunk's framework alone. You'd need to create an intermediate solution providing such functionality before ingesting the data into Splunk.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 17:55:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/User-Driven-Log-Ingestion-Control-Framework/m-p/757570#M4140</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2026-01-22T17:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: User‑Driven Log Ingestion Control Framework</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/User-Driven-Log-Ingestion-Control-Framework/m-p/757594#M4145</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267217"&gt;@prashanthan1987&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could look at using Ingest Actions API endpoints to leverage this, this will allow you to make changes to drop certain events based on your criteria programatically using automation, but I would recommend heavily testing this first and having plenty of guardrails to ensure nobody can manipulate it to drop things that shouldnt be dropped!&lt;/P&gt;&lt;P&gt;Check out&amp;nbsp;&lt;A href="https://help.splunk.com/en/splunk-enterprise/leverage-rest-apis/rest-api-reference/10.0/input-endpoints/input-endpoint-descriptions" target="_blank"&gt;https://help.splunk.com/en/splunk-enterprise/leverage-rest-apis/rest-api-reference/10.0/input-endpoints/input-endpoint-descriptions&lt;/A&gt;&amp;nbsp;and specifically the '/services/data/ingest/rulesets/' endpoint, such as:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -k https://HOST:PORT/services/data/ingest/rulesets\?output_mode=json -d name=RULESET_NAME -d sourcetype=SOURCETYPE -d rules="[
          {
            \"name\": \"RULE_NAME\",
            \"action\": \"route\",
            \"clone\": false,
            \"dest\": \"DESTINATION\",
            \"cond\": {
              \"type\": \"eval\",
              \"expr\": \"someExpressionHere\"
            }
          }
        ]"&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 11:14:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/User-Driven-Log-Ingestion-Control-Framework/m-p/757594#M4145</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2026-01-23T11:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: User‑Driven Log Ingestion Control Framework</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/User-Driven-Log-Ingestion-Control-Framework/m-p/757596#M4146</link>
      <description>&lt;P&gt;Yes, but regardless of whether you use transforms, rulesets, ingest actions, edge processor, it's still something based on strict rules you have to set prior to ingesting data. There is no "hold and decide" mechanics.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 11:26:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/User-Driven-Log-Ingestion-Control-Framework/m-p/757596#M4146</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2026-01-23T11:26:18Z</dc:date>
    </item>
  </channel>
</rss>

