Getting Data In

Help locating what forwarder data is coming from

jbleich
Path Finder

I'm a new splunk user, so be kind 🙂

I have about 80% of my daily volume coming in what i believe to be un-needed informaton. I cant tell where the data is coming from, all i know is index=main and sourcetype=Perfmon:process

Now i thought it was the universal forwarders on my DC's, I have 2 of them and pushed out the app via the deployment server and i changed the .conf file to disable Perfmon:process, but apparently that wasnt it...it must be coming from somewhere else.

Any help would be appreciated.

Tags (2)
0 Karma

jbleich
Path Finder

I know what server it's coming from I'm trying to find out if it's some default data from the universal forwarder, from the windows infrastructure app, or from the VMware app we have loaded.

I dont think it's the vmware app because it splits their sourcetypes into vmware:something...

So I think it's either the default or the infrastrcture app.

I have suspicions it's the default forwarder actions, but if that's the case why wouldnt every server i have the forwarder on send perfmon data, unless it's because these 2 are my DCs.

In any event Im more interested in blocking it.

0 Karma

linu1988
Champion

Hello,
below is the fastest way to get the time and host which is responsible for the data.

|metadata type=hosts index=*

It shows you the first and latest received event time and number of events. So try this.

Thanks,
L

0 Karma

strive
Influencer

somesoni2 has already pointed what you need to check.

index=main | dedup host | table host

0 Karma

somesoni2
Revered Legend

There should be a field host which should tell you from which server its coming from.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...