Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/secnnet/splunkqueryautomation.py
https://github.com/secnnet/splunkqueryautomation.py
data-analytics it-operations log-analysis python-automation python-sdk security-monitoring splunk splunk-automation splunk-sdk splunk-search-queries xml-parsing
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/secnnet/splunkqueryautomation.py
- Owner: secnnet
- License: mit
- Created: 2023-06-20T17:26:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T10:00:14.000Z (about 1 year ago)
- Last Synced: 2023-10-19T11:23:57.659Z (about 1 year ago)
- Topics: data-analytics, it-operations, log-analysis, python-automation, python-sdk, security-monitoring, splunk, splunk-automation, splunk-sdk, splunk-search-queries, xml-parsing
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Splunk Query Automation
Automate Splunk searches, parse XML outputs, and display results.
### Prerequisites:
- Python 3.x
- Splunklib### Installation:
1. Clone/download the script.
2. `pip install splunklib`
3. Edit script for Splunk details (username, password, host, port).### Usage:
Run `python SplunkQueryAutomation.py` (replace with actual filename).### Customization:
- Adjust `search_query` for desired searches.
- Edit `display_output` for custom result formats.### License:
MITSee Splunk SDK for Python for detailed Splunklib usage.