<?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: Splunk Fw suddenly stopped in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711041#M18341</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244855"&gt;@Nawab&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;Useful Pipeline Searches with metrics.log:-&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;How much time is Splunk spending within each pipeline?&lt;/P&gt;&lt;PRE&gt;index=_internal source=*metrics.log* group=pipeline | timechart sum(cpu_seconds) by name&lt;/PRE&gt;&lt;P&gt;How much time is Splunk spending within each processor?&lt;/P&gt;&lt;PRE&gt;index=_internal source=*metrics.log* group=pipeline | timechart sum(cpu_seconds) by processor&lt;/PRE&gt;&lt;P&gt;What is the 95th percentile of measured queue size?&lt;/P&gt;&lt;PRE&gt;index=_internal source=*metrics.log* group=queue | timechart perc95(current_size) by name&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Feb 2025 14:11:04 GMT</pubDate>
    <dc:creator>kiran_panchavat</dc:creator>
    <dc:date>2025-02-09T14:11:04Z</dc:date>
    <item>
      <title>Splunk Fw suddenly stopped</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711034#M18338</link>
      <description>&lt;P&gt;We have an environment where Splunk UF sends logs to HF and mostly UFs are stuck even HF and indexers are up, we need to restart the UFs to again send logs. Why uf are stuck even if indexer or HF is not available. CPU and RAM utilization is normal on server.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 13:00:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711034#M18338</guid>
      <dc:creator>Nawab</dc:creator>
      <dc:date>2025-02-09T13:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Fw suddenly stopped</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711039#M18339</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244855"&gt;@Nawab&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ensure &lt;/SPAN&gt;&lt;SPAN&gt;there &lt;/SPAN&gt;&lt;SPAN&gt;are &lt;/SPAN&gt;&lt;SPAN&gt;no &lt;/SPAN&gt;&lt;SPAN&gt;network &lt;/SPAN&gt;&lt;SPAN&gt;connectivity &lt;/SPAN&gt;&lt;SPAN&gt;problems &lt;/SPAN&gt;&lt;SPAN&gt;between &lt;/SPAN&gt;&lt;SPAN&gt;the &lt;/SPAN&gt;&lt;SPAN&gt;UFs &lt;/SPAN&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;SPAN&gt;the &lt;/SPAN&gt;&lt;SPAN&gt;HFs. &lt;/SPAN&gt;&lt;SPAN&gt;Sometimes, &lt;/SPAN&gt;&lt;SPAN&gt;intermittent &lt;/SPAN&gt;&lt;SPAN&gt;network &lt;/SPAN&gt;&lt;SPAN&gt;issues &lt;/SPAN&gt;&lt;SPAN&gt;can &lt;/SPAN&gt;&lt;SPAN&gt;cause &lt;/SPAN&gt;&lt;SPAN&gt;the &lt;/SPAN&gt;&lt;SPAN&gt;UFs &lt;/SPAN&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;SPAN&gt;get &lt;/SPAN&gt;&lt;SPAN&gt;stuck.&amp;nbsp;Check the queue size on the UFs. If the queue is full, the UF might stop processing new logs until there is space available.&amp;nbsp;Even though you mentioned that CPU and RAM utilization is normal, it might be worth checking if there are any spikes or unusual patterns in resource usage.If the HF is overloaded, it might not be able to process logs from the UFs efficiently.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please check the queues on the UF and Heavy Forwarder (HF), as they are likely reaching capacity. Consider increasing the pipeline. Verify the &lt;STRONG&gt;metrics.log&lt;/STRONG&gt; on the UF &amp;amp; &amp;nbsp;Heavy Forwarder to see if any queues are getting blocked. You can find the log at:&lt;/P&gt;&lt;PRE&gt;cat /opt/splunk/var/log/splunk/metrics.log | grep -i "blocked=true"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 14:17:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711039#M18339</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-09T14:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Fw suddenly stopped</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711040#M18340</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244855"&gt;@Nawab&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;metrics.log*:-&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;group=queue displays the data to be processed&lt;BR /&gt;current_size can identify which queues are the bottlenecks&lt;BR /&gt;blocked=true indicates a busy pipeline&lt;/P&gt;&lt;P&gt;Checking metrics.log across the topology reveals the whole picture.&amp;nbsp;An occasional queue filling up does&lt;BR /&gt;not indicate an issue. It becomes an issue when it remains full and starts to block other queues.&lt;/P&gt;&lt;PRE&gt;index=_internal source=*metrics.log host=&amp;lt;your-hostname&amp;gt; group IN(pipeline, queue)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;02-23-2019 01:08:43.802 +0000 INFO Metrics - group=queue, name=indexqueue, blocked=true,&lt;BR /&gt;max_size_kb=500, current_size_kb=499, current_size=968, largest_size=968, smallest_size=968&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;02-23-2019 01:10:39.802 +0000 INFO Metrics - group=pipeline, name=typing, processor=sendout,&lt;BR /&gt;cpu_seconds=0.05710199999999998, executes=134716, cumulative_hits=1180897&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 14:08:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711040#M18340</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-09T14:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Fw suddenly stopped</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711041#M18341</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244855"&gt;@Nawab&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;Useful Pipeline Searches with metrics.log:-&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;How much time is Splunk spending within each pipeline?&lt;/P&gt;&lt;PRE&gt;index=_internal source=*metrics.log* group=pipeline | timechart sum(cpu_seconds) by name&lt;/PRE&gt;&lt;P&gt;How much time is Splunk spending within each processor?&lt;/P&gt;&lt;PRE&gt;index=_internal source=*metrics.log* group=pipeline | timechart sum(cpu_seconds) by processor&lt;/PRE&gt;&lt;P&gt;What is the 95th percentile of measured queue size?&lt;/P&gt;&lt;PRE&gt;index=_internal source=*metrics.log* group=queue | timechart perc95(current_size) by name&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 14:11:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711041#M18341</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-09T14:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Fw suddenly stopped</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711042#M18342</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244855"&gt;@Nawab&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably it contains something which broke the data pipeline.&amp;nbsp;You should start with the next documents to understanding what can cause this issue:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Deploy/Datapipeline" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Deploy/Datapipeline&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://conf.splunk.com/files/2019/slides/FN1570.pdf" target="_blank"&gt;https://conf.splunk.com/files/2019/slides/FN1570.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/DMC/IndexingDeployment" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/DMC/IndexingDeployment&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 14:15:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711042#M18342</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-09T14:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Fw suddenly stopped</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711044#M18343</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264857"&gt;@kiran_panchavat&lt;/a&gt;&amp;nbsp;, I checked this my queues are full but my question is when qeues are back to normal why some Ufs are not back and we need to restart the service&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 14:20:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711044#M18343</guid>
      <dc:creator>Nawab</dc:creator>
      <dc:date>2025-02-09T14:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Fw suddenly stopped</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711046#M18344</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244855"&gt;@Nawab&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;These are the 4 main scenarios I would imagine in a simple forwarder-receiver topology:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;A. forwarder is crashing, while it is unable to forward data to the receiver (regardless if it's due to unreachable receiver, network issues or incorrect/missing outputs.conf or alike): in-memory data will not be moved into the persistent queue, even if the persistent queue still has got enough space to accomodate the in-memory queue data.
B. forwarder is gracefully shut down, while it is unable to forward data to the receiver (regardless if it's due to unreachable receiver, network issues or incorrect/missing outputs.conf or alike): in-memory data will not be moved into the persistent queue, even if the persistent queue still has got enough space to accomodate the in-memory queue data.
C. forwarder is crashing, but has been able to forward data to the receiver so far: persistent queue data will be preserved on disk, however in-memory data is very likely to be lost.
D. forwarder is gracefully shut down, but has been able to forward data to the receiver so far: both persistent queue and in-memory data will be forwarded (and indexed) before the forwarder is fully shut-down.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 14:33:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711046#M18344</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-09T14:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Fw suddenly stopped</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711048#M18345</link>
      <description>&lt;P&gt;I have identified that aggqueue and tcpout_Default_autolb_group queue is having most issue which addregator process and one sourcetype have most cpu utilization, no how can i fix this&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 14:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Fw-suddenly-stopped/m-p/711048#M18345</guid>
      <dc:creator>Nawab</dc:creator>
      <dc:date>2025-02-09T14:48:38Z</dc:date>
    </item>
  </channel>
</rss>

