<?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: Trying to filter and route logs/events using a Splunk Heavy Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/711983#M117582</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/38242"&gt;@shashank9&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1. Then, when I tried to only grep for 9997 (netstat -tulnp | grep 9997) I did not see any output.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;--&amp;gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; it means the indexers are NOT listening for incoming data. This could mean, The HF not configured to listen on port 9997. Network issues preventing the HF from binding to port 9997.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Verify that outputs.conf the HF is correctly configured. Ensure there are no typos in the IP addresses or port numbers.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;--&amp;gt; &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Your outputs.conf look correct:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;[tcpout:errorGroup]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;server=indexr_1_ip_addr:9997&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;[tcpout:successGroup]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;server=indexer_2_ip_addr:9997&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;On the HF, in the file /opt/splunk/var/log/splunk/test.log I changed the user and group ec2-user:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;--&amp;gt;&amp;nbsp;The file permissions for /opt/splunk/var/log/splunk/test.log seem correct. However, ensure that the Splunk process has the necessary permissions to read the file. You can check the Splunk user running the HF and adjust permissions accordingly. &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check the splunkd.log in heavy forwarder:-&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;tail -n 100 /opt/splunk/var/log/splunk/splunkd.log | grep -i "ERROR"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;tail -n 100 /opt/splunk/var/log/splunk/splunkd.log | grep -i "WARN"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Verify that the Splunk process is running on the HF: &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ps -ef | grep splunkd&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Finally, I would recommend you add this to the heavy forwarder:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Go to cd /opt/splunk/etc/system/local&lt;/P&gt;&lt;P&gt;vi inputs.conf&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[splunktcp://9997]&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;disabled = 0&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Restart Splunk.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Feb 2025 08:40:39 GMT</pubDate>
    <dc:creator>kiran_panchavat</dc:creator>
    <dc:date>2025-02-19T08:40:39Z</dc:date>
    <item>
      <title>Trying to filter and route logs/events using a Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/711966#M117576</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I've installed and configured a Splunk Heavy Forwarder on an EC2 instance in AWS and configured two Splunk Indexers on EC2 instances in AWS. I created a test.log file on my HF with sample log events to forward them to my Splunk indexers. I'm trying to forward the logs/events with keyword "success" to indexer_1 and forward logs/events with keyword "error" to indexer_2.&lt;/P&gt;&lt;P&gt;But, for some reason the logs/events from the&amp;nbsp;&lt;STRONG&gt;HF&lt;/STRONG&gt; are not visible in &lt;STRONG&gt;both&lt;/STRONG&gt; &lt;STRONG&gt;Indexers&lt;/STRONG&gt;. Just for the context, I have installed and configured a&amp;nbsp;&lt;STRONG&gt;UF&amp;nbsp;&lt;/STRONG&gt;on another&amp;nbsp;&lt;STRONG&gt;EC2 Instance&amp;nbsp;&lt;/STRONG&gt;in&amp;nbsp;&lt;STRONG&gt;AWS&lt;/STRONG&gt; and sending data to&amp;nbsp;&lt;STRONG&gt;Indexer_1&amp;nbsp;&lt;/STRONG&gt;and I can see the data successfully forwarded with no issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below are the .conf files and setup on my HF and two indexers.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HF:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;inputs.conf:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[monitor:///opt/splunk/var/log/splunk/test.log]&lt;BR /&gt;disabled = false&lt;BR /&gt;sourcetype = test&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;outputs.conf:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[tcpout:errorGroup]&lt;BR /&gt;server = indexr_1_ip_addr:9997&lt;/P&gt;&lt;P&gt;[tcpout:successGroup]&lt;BR /&gt;server = indexer_2_ip_addr:9997&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;props.conf:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[test]&lt;BR /&gt;TRANSFORMS-routing=errorRouting,successRouting&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;transforms.conf:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[errorRouting]&lt;BR /&gt;REGEX=error&lt;BR /&gt;DEST_KEY=_TCP_ROUTING&lt;BR /&gt;FORMAT=errorGroup&lt;/P&gt;&lt;P&gt;[successRouting]&lt;BR /&gt;REGEX=success&lt;BR /&gt;DEST_KEY=_TCP_ROUTING&lt;BR /&gt;FORMAT=successGroup&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Indexer_1 &amp;amp; Indexer_2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Configured the port 9997 on both indexers.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&amp;nbsp;&lt;/STRONG&gt;I tried below steps to troubleshoot or identify the issue, but no luck so far:&lt;/P&gt;&lt;P&gt;1. Checked if the forwarder has any inactive forwards or receivers through &lt;STRONG&gt;CLI&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Active forwards:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;indexr_1_ip_addr:9997&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;indexr_2_ip_addr:9997&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Configured but inactive forwards:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;None&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. Check the splunkd.log on the forwarder to see if there are any errors related to data forwarding: &lt;STRONG&gt;No errors&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3. Checked the&amp;nbsp;&lt;STRONG&gt;Security Group&amp;nbsp;&lt;/STRONG&gt;rules (&lt;STRONG&gt;Inbound&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;Outbound&lt;/STRONG&gt;) in AWS console:&amp;nbsp;&lt;STRONG&gt;Port 9997&amp;nbsp;&lt;/STRONG&gt;is enabled for both&amp;nbsp;&lt;STRONG&gt;Inbound&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;Outbound&amp;nbsp;&lt;/STRONG&gt;traffic.&lt;/P&gt;&lt;P&gt;4. All&amp;nbsp;&lt;STRONG&gt;EC2 Instances&amp;nbsp;&lt;/STRONG&gt;running Splunk are on the same&amp;nbsp;&lt;STRONG&gt;Security Group&amp;nbsp;&lt;/STRONG&gt;in&amp;nbsp;&lt;STRONG&gt;AWS&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;5. Tried to&amp;nbsp;&lt;STRONG&gt;Ping&amp;nbsp;&lt;/STRONG&gt;both&amp;nbsp;&lt;STRONG&gt;Indexers&amp;nbsp;&lt;/STRONG&gt;from&amp;nbsp;&lt;STRONG&gt;HF.&amp;nbsp;&lt;/STRONG&gt;But, no response.&lt;/P&gt;&lt;P&gt;Can someone please help me with this issue as I'm stuck and unable to figure out what is the root cause of the issue. Also, I'm using the same security group for both&amp;nbsp;&lt;STRONG&gt;HF&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;UF&amp;nbsp;&lt;/STRONG&gt;with same&amp;nbsp;&lt;STRONG&gt;Inbound&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;Outbound&amp;nbsp;&lt;/STRONG&gt;rules, but I can only see the logs sent from&amp;nbsp;&lt;STRONG&gt;UF&amp;nbsp;&lt;/STRONG&gt;and not seeing the logs/events from my&amp;nbsp;&lt;STRONG&gt;HF&lt;/STRONG&gt;. I'm not sure what I am missing here to resolve or fix the issue to see the logs/events from&amp;nbsp;&lt;STRONG&gt;HF&amp;nbsp;&lt;/STRONG&gt;in my&amp;nbsp;&lt;STRONG&gt;Indexers&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 04:47:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/711966#M117576</guid>
      <dc:creator>shashank9</dc:creator>
      <dc:date>2025-02-19T04:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to filter and route logs/events using a Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/711967#M117577</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/38242"&gt;@shashank9&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can you check this on the heavy forwarder?&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;netstat -tulnp | grep 9997 OR ss -tulnp | grep 9997&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Check the metrics.log if any queues are getting blocked.&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;tail -f /opt/splunk/var/log/splunk/metrics.log | grep -i "blocked=true"&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Verify that outputs.conf the HF is correctly configured. Ensure there are no typos in the IP addresses or port numbers.&lt;/LI&gt;&lt;LI&gt;File permission issues could be a possible reason why Splunk HF is not reading test.log. If the Heavy Forwarder (HF) process does not have the required permissions to read the file, it won't be able to forward logs to the indexers.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 19 Feb 2025 05:18:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/711967#M117577</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-19T05:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to filter and route logs/events using a Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/711975#M117579</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;Thank you for those steps and suggestions:&lt;BR /&gt;&lt;BR /&gt;I tried those steps and below are the details:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can you check this on the heavy forwarder?&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;netstat -tulnp | grep 9997 OR ss -tulnp | grep 9997&lt;/PRE&gt;&lt;P&gt;Ran the above command in on my HF:&lt;/P&gt;&lt;P&gt;1. First it said:&lt;/P&gt;&lt;P&gt;grep: invalid option -- 't'&lt;BR /&gt;Usage: grep [OPTION]... PATTERN [FILE]...&lt;BR /&gt;Try 'grep --help' for more information.&lt;/P&gt;&lt;P&gt;2. Then when I tried to only grep for 9997 (netstat -tulnp | grep 9997) I did not see any output.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check the metrics.log if any queues are getting blocked.&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;tail -f /opt/splunk/var/log/splunk/metrics.log | grep -i "blocked=true"&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Verify that outputs.conf the HF is correctly configured. Ensure there are no typos in the IP addresses or port numbers.&lt;UL&gt;&lt;LI&gt;I verified that both my indexers IPs mentioned in the HF's outputs.conf file are correct.&lt;UL&gt;&lt;LI&gt;Can you please confirm if the below stanza name tcpout is correct or if there is any typo with it?&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;[tcpout:errorGroup]&lt;BR /&gt;server = indexr_1_ip_addr:9997&lt;/P&gt;&lt;P&gt;[tcpout:successGroup]&lt;BR /&gt;server = indexer_2_ip_addr:9997&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;File permission issues could be a possible reason why Splunk HF is not reading test.log. If the Heavy Forwarder (HF) process does not have the required permissions to read the file, it won't be able to forward logs to the indexers.&lt;UL&gt;&lt;LI&gt;On the HF the file&amp;nbsp;&lt;SPAN&gt;/opt/splunk/var/log/splunk/test.log I changed the user and group ec2-user:&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;-rw-r--r-- 1 ec2-user ec2-user 1133 Feb 19 00:53 test.log&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;I restarted the&amp;nbsp;&lt;STRONG&gt;HF&amp;nbsp;&lt;/STRONG&gt;and checked my indexers for logs/events from the&amp;nbsp;&lt;STRONG&gt;HF&amp;nbsp;&lt;/STRONG&gt;under&amp;nbsp;&lt;STRONG&gt;main&amp;nbsp;&lt;/STRONG&gt;index. But, no luck&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":frowning_face:"&gt;☹️&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 19 Feb 2025 07:24:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/711975#M117579</guid>
      <dc:creator>shashank9</dc:creator>
      <dc:date>2025-02-19T07:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to filter and route logs/events using a Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/711983#M117582</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/38242"&gt;@shashank9&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1. Then, when I tried to only grep for 9997 (netstat -tulnp | grep 9997) I did not see any output.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;--&amp;gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; it means the indexers are NOT listening for incoming data. This could mean, The HF not configured to listen on port 9997. Network issues preventing the HF from binding to port 9997.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Verify that outputs.conf the HF is correctly configured. Ensure there are no typos in the IP addresses or port numbers.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;--&amp;gt; &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Your outputs.conf look correct:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;[tcpout:errorGroup]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;server=indexr_1_ip_addr:9997&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;[tcpout:successGroup]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;server=indexer_2_ip_addr:9997&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;On the HF, in the file /opt/splunk/var/log/splunk/test.log I changed the user and group ec2-user:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;--&amp;gt;&amp;nbsp;The file permissions for /opt/splunk/var/log/splunk/test.log seem correct. However, ensure that the Splunk process has the necessary permissions to read the file. You can check the Splunk user running the HF and adjust permissions accordingly. &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check the splunkd.log in heavy forwarder:-&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;tail -n 100 /opt/splunk/var/log/splunk/splunkd.log | grep -i "ERROR"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;tail -n 100 /opt/splunk/var/log/splunk/splunkd.log | grep -i "WARN"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Verify that the Splunk process is running on the HF: &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ps -ef | grep splunkd&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Finally, I would recommend you add this to the heavy forwarder:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Go to cd /opt/splunk/etc/system/local&lt;/P&gt;&lt;P&gt;vi inputs.conf&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[splunktcp://9997]&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;disabled = 0&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Restart Splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 08:40:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/711983#M117582</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-19T08:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to filter and route logs/events using a Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/712273#M117631</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264857"&gt;@kiran_panchavat&lt;/a&gt;&amp;nbsp;actually I accidentally terminated my ec2 instances in AWS and had to re launch them and re-install Splunk from scratch on all those instances and once I set them up and configured the event routing to different Splunk receivers from my Heavy Forwarder I was able to see a specifc group of logs/events are sent to one of my Splunk receivers which is expected. I still could not see the data in my other Splunk receiver but I guess I just need to double check my configuration since it is working fine with one of the servers.&lt;/P&gt;&lt;P&gt;Also, thank you for your time in guiding me through those steps to troubleshoot the issue.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2025 00:37:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/712273#M117631</guid>
      <dc:creator>shashank9</dc:creator>
      <dc:date>2025-02-22T00:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to filter and route logs/events using a Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/712276#M117633</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/38242"&gt;@shashank9&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the update. It’s great that one of your Splunk receivers is now getting the logs as expected. Since the other receiver still isn’t showing data, I’d recommend a quick review of its configuration to see if there’s a missing or misconfigured detail. If the steps were helpful and you resolve the issue, feel free to accept the solution. Thanks again for your update!&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2025 04:44:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Trying-to-filter-and-route-logs-events-using-a-Splunk-Heavy/m-p/712276#M117633</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-22T04:44:16Z</dc:date>
    </item>
  </channel>
</rss>

