Getting Data In

How could config Windows Performance Management?

ITSD
Explorer

I'd install Universal Forwarder on windows and froward wmi events to index server (Linux server). But I see "No results found". Where did I missed?

Tags (1)
0 Karma
1 Solution

Takajian
Builder

As for performance, there are four dashboads in Win App. The folder is default/data/ui/view.

cpu_view.xml
disk_view.xml
mem_view.xml
network_view.xml

Then each view have setting which source will display.

As for network, there are two searches to display report.

dash_wmidata(LocalNetwork) host=$host$| timechart avg(eval(BytesReceivedPersec/1024)) as Received avg(eval(BytesSentPersec/1024)) as Sent
dash_wmidata(LocalNetwork) | timechart avg(eval(BytesTotalPersec/1024)) by host limit=10 usenull=f

These contains "BytesReceivedPersec" and "BytesTotalPersec". It means you need to collect these object from Universal forwarder in order to display those values on the dashboard.

Please check them in your environment.

View solution in original post

0 Karma

ITSD
Explorer

I found another answer through Takajian's answer:

http://splunk-base.splunk.com/answers/23901/windows-app-on-linux-indexer

Steps as follow:

  1. Install Universal Forwarder
  2. Put wmi.conf in C:\Program Files\SplunkUniversalForwarder\etc\system\local (By default)
  3. Restart Splunk UF
0 Karma

Takajian
Builder

As for performance, there are four dashboads in Win App. The folder is default/data/ui/view.

cpu_view.xml
disk_view.xml
mem_view.xml
network_view.xml

Then each view have setting which source will display.

As for network, there are two searches to display report.

dash_wmidata(LocalNetwork) host=$host$| timechart avg(eval(BytesReceivedPersec/1024)) as Received avg(eval(BytesSentPersec/1024)) as Sent
dash_wmidata(LocalNetwork) | timechart avg(eval(BytesTotalPersec/1024)) by host limit=10 usenull=f

These contains "BytesReceivedPersec" and "BytesTotalPersec". It means you need to collect these object from Universal forwarder in order to display those values on the dashboard.

Please check them in your environment.

0 Karma

Takajian
Builder

Did you install UF with Windows Local system user? If no, splunk user will require following permission.

Permission to log on as a service
Permission to log on as a batch job
Permission to replace a process-level token
Permission to act as part of the operating system
Permission to bypass traverse checking

Addtion to this, please check if there is any wmi error in splunkd.log under $SPLUNK_HOME/var/log/splunk.

0 Karma

ITSD
Explorer

Because I'd use windows APPS from Splunk. Right now I want use it's dashboard to monitor performance. How could I config it ? Thanks again:D

0 Karma

Takajian
Builder

You seems to see Windows performance events properly. What is problem now? Could you explain what you can see and what you can not see?

0 Karma

ITSD
Explorer

I can see follow events:
PM 11/14/2011 14:53:50.370collection="Network Interface"object="Network Interface"counter="Bytes Received/sec"instance="Intel[R] PRO_1000 MT Network Connection"Value=332.00027378610179
host=APYTEST Options| sourcetype=Perfmon:Network Interface Options| source=Perfmon:Network Interface Options

But Can't shawn in dashboard , any ideas? Thanks

0 Karma

Takajian
Builder

There are many things you need to check. Following two issues are most freaquent splunk users face. Could you check?

  • Did you configure received port on splunk indexer? The port may be 9997.
  • Is there no network conectivity issue between indexer and universal forwarder?
0 Karma

ITSD
Explorer

Sorry for not cleared describe it. I can see windows events. But can not see performance events. Thanks for your answer.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...