Hi,
Could anyone please provide some information on the below?
If you have an excel/csv file with server health details for every 1 or 5 minutes that includes server information for positive and negative events (Ex: server downtime, server odd behavior etc.)
Following are three things I could think of for getting/generate Server performance KPI data (sample/live/actual)
1) If you are on Splunk Enterprise 7 or higher, you can explore Metrics Index with Sample CSV data and steps to upload the same from Splunk Documentation: http://docs.splunk.com/Documentation/Splunk/latest/Metrics/GetMetricsInOther
2) Eventgen app from Splunkbase can be used to schedule dummy data generation as per your need.
3) If you are running Splunk Enterprise on your personal machine, CPU, Memory and other Performance KPIs from your personal machine can be directly fed to Splunk. Following is a documentation for Windows Local Performance Monitoring using Splunk
http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/Howtogetgoing
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Stats
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Chart
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Table
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Timechart
he wants CSV file , Sample Data
You need to supply some more information. What are you looking to do with the data? With csv files, you can set up file/directory monitoring to import changes to the file into Splunk.
I'm looking for a sample csv or excel file with server data (like CPU, timestamp, network input/output etc.) for operational analytics. The file containing both positive and negative server events (events where server had no issues and events that caused downtime or impacted the server).
I'm planning to use the sample file to do the test in Splunk. Appreciate your help. Thanks!