Trying to filter out all perfmon data using ingest actions. so, i try and see the samples and i get this error
I checked to see if my forwarders have the same pass4SymmKey and they did. I am not sure what to do im checking now to ensure the FW isnt blocking communication but i think that is unlikely. I can see the servers in forwarder management picking up the deployment apps from the indexer. anyone have any ideas??
So we have a single search head here. I should mention that our deployment and indexer are on the same server. I am aware that best practices is to separate them. Do you think this could be it? As far as how i've configured Ingest actions I only have one rule now to drop all PerfmonMk:CPU > filter using regex > "^PerfmonMk:CPU$" it does not seem to be dropping the data
To clarify, we’re running a single Splunk instance where the Deployment Server, Indexer, and Search head all reside on the same server so it’s a non-distributed architecture. When I mentioned “deployment,” I was referring both to our overall Splunk setup and the fact that our Deployment Server shares the same host as the Indexer. We have only one indexer, no clustering, and no heavy forwarders (HFs) in use. However, we do have universal forwarders (UFs) installed on various servers, and they’re configured to send data directly to the indexer. Regarding Ingest Actions (IA), I’ve configured one rule locally on the indexer to drop data from the source type PerfmonMK:CPU. The rule uses a regex filter (^PerfmonMk:CPU$) with a drop action. IA rules are applied only on the indexer.
Hi @tbarn005
Can you confirm which pass4SymmKey you have verified is the same across the SH and HFs?
The pass4SymmKey under deployment stanza in server.conf matches between deployment server and heavy forwarder is used for the Ingest Action preview and I believe this cannot be a default value.
For more info and diagnostic/troubleshooting check out https://splunk.my.site.com/customer/s/article/Ingest-Actions-are-not-working
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
Yes, this is one of the first things i've found when searching and i reset that password on both the indexer and my forwarders and still nothing