All Apps and Add-ons

Script to generate A splunk host logs monthly

yelinaung
New Member

Hi everyone,
I would like to generate splunk logs for a particular host monthly via Bash script or Python or anything...
How could I accomplish this task? please show me some guidlines..

Thanks,
Ye Lin Aung

0 Karma

woodcock
Esteemed Legend

There is almost always a Splunk app to help you forward logs in. For example, you can use The Splunk Add-On for Linux and Unix get get OS-based details from *Nix machines: https://splunkbase.splunk.com/app/833/

0 Karma

burwell
SplunkTrust
SplunkTrust

Hi @yelinaung. Can you say more about what you are trying to accomplish?

If you want a way to write a log file every month you can use cron with a script of your choice assuming you are on Linux.

https://crontab.guru/every-month

Splunk has scripted inputs with a Splunk forwarder that can run every month. So each forwarder could write a log file each month.

https://docs.splunk.com/Documentation/Splunk/7.2.3/Admin/Inputsconf

Tell us more what you are trying to do.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...