Splunk Tech Talks
Deep-dives for technical practitioners.

Get Monitoring Tricks for All Your *nix Part 2

melissap
Splunk Employee
Splunk Employee

Watch part two of our *nix TA Tech Talk, Get Monitoring Tricks for All Your *nix Part 2 , where we’re focusing on our technical add-on (TA) for Unix and Linux. This TA for *nix makes management of many data sources—like essential linux log sources–easier. It offers CIM compliant knowledge objects, normalizing your data and providing a unified view across the entire data domain.

 

Get Monitoring Tricks for All Your *nix Part 2
Video Player is loading.
Current Time 0:00
Duration 0:00
Loaded: 0%
Stream Type LIVE
Remaining Time 0:00
 
1x
    • Chapters
    • descriptions off, selected
    • captions off, selected
      (view in My Videos)


      Tune in to dive a bit deeper into TA for:

      • Tuning your inputs
      • Searching on the fly
      • Building custom visualizations and alerts

      Check out our *nix conversations in Splunk Answers community for more!

      melissap
      Splunk Employee
      Splunk Employee

      Hey everyone! We had some great questions during this Tech Talk in June. 

      Recapping for all!

      Q: Do I need to restart Splunk after making changes to nix config?
      A: When making changes from the web configuration gui, changes should be applied to your sever without a restart. However, making changes via the inputs.conf file, or when distributing the inputs.conf to your forwarders, a restart is required. When in doubt, restart Splunk when making an .conf file change.
       
      Q: Can I do pctUsed = pctUser %2B pctSystem instead of 100-idle?
      A: I would say, 100-idle is better, as it accounts for wait time and nice time.
       
      Q: Can I see the query
      A: Here's the full query with the baseline: sourcetype=cpu all | eval pctUsed = 100-pctIdle | timechart span=5m avg(pctUsed) as CPU | eval date_hour=strftime(_time,"%H") | join type=left date_hour [| search sourcetype=cpu all earliest=-8d latest=-1d | eval pctUsed=pctIdle | eval date_hour=strftime(_time,"%H") | stats avg(pctUsed) as BASELINE stdev(pctUsed) as stdev by date_hour | eval BASELINE = BASELINE 1.75*stdev | table date_hour,BASELINE ] | table _time,CPU,BASELINE
       
       
      melissap
      Splunk Employee
      Splunk Employee

      Here are all the follow up materials from the webinar. Enjoy!

      • Documentation –

      Data Collection

      Script Compatibility

      Sourcetypes

      Deployment

      Get Updates on the Splunk Community!

      Fueling your curiosity with new Splunk ILT and eLearning courses

      At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

      Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

      Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...

      Unleash Unified Security and Observability with Splunk Cloud Platform

           Now Available on Microsoft AzureOn Demand Now Step boldly into the AI revolution with enhanced security ...