All Apps and Add-ons

nmon splunk app

vaishnavi07
Explorer

Hi All. I have installed nmon app in splunk running on a windows machine. I have a sample .nmon file which i need to analyze using the nmon app. In the documentation it is mentioned that splunk will look for the .nmon file in /opt/splunk/etc/apps/nmon/var/nmon_repository path. But i am unable to find the var/nmon_repository folder. Should i manually create the folder and paste the nmon file there?

Tags (1)
0 Karma

guilmxm
Influencer

Hello,

Sorry for late answer, next time you post think associating with Application tag, this allows automatic follow 🙂

Under Windows you need to create a custom monitor input (a directory to watch) where you will store nmon files you the application to manage.

So, please first update to the very last version of the App (1.5.26) because i have fixed something broken for Windows since a few version.

Then, ensure you follow Windows specific instructions, extracted from the help page:

WINDOWS Specific instructions

Windows OS can be used to Convert / Index and Analyse Nmon Performance Data, therefore a few simple manual steps are required: 

Install Python 2.x for Windows 

Download and Install Python 2.x package for Windows from: https://www.python.org/download


inputs.conf and props.conf 

Copy the inputs.conf_forWindows file from default to local/inputs.conf
Copy the props.conf_forWindows file from default to local/props.conf
Restart Splunk (or refresh using the debug URL: http://server:8000/debug/refresh)

Finally, create a custom monitor, you can paste this example (change the location path) directly in your local\inputs.conf file and restart Splunk:

[monitor://C:\mynmonrepo\*.nmon]
disabled = false
index = nmon
sourcetype = nmon_processing
crcSalt = <SOURCE>

As an alternative to the input creation, You can also use the "add oneshot" command line to index them one by one:

splunk add oneshot full_path_to_nmon_file -index nmon -sourcetype nmon_processing

Guilhem

0 Karma
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!

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...