All Projects → getkub → SplunkScriplets

getkub / SplunkScriplets

Licence: other
Various Splunk Scripts and applets, all in one place

Programming Languages

shell
77523 projects
Batchfile
5799 projects
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to SplunkScriplets

spring-microservices-in-action
The source code of the book "Spring Microservices in Action (John Carnell)" and the personal summary of technical essentials about Spring Boot for microservices.
Stars: ✭ 54 (+125%)
Mutual labels:  splunk
splunk handler
Python logging handler for sending logs to Splunk Enterprise
Stars: ✭ 44 (+83.33%)
Mutual labels:  splunk
TA ETW
Splunk Technology Add-On (TA) for collecting ETW events from Windows systems
Stars: ✭ 17 (-29.17%)
Mutual labels:  splunk
kafka-connect-splunk
Kafka Connect connector for receiving data and writing data to Splunk.
Stars: ✭ 25 (+4.17%)
Mutual labels:  splunk
ansible-splunk-playbook
Install a full Splunk Enterprise Cluster or Universal forwarder using an ansible playbook
Stars: ✭ 34 (+41.67%)
Mutual labels:  splunk
TA-bigfix
Splunk technical add-on (TA) for ingesting BigFix client, relay, and server logs. Includes REST inputs for ingesting assets, relevant fixlets, action summaries, and analysis results.
Stars: ✭ 15 (-37.5%)
Mutual labels:  splunk
TA-opnsense
Splunk Add on for OPNsense firewall
Stars: ✭ 13 (-45.83%)
Mutual labels:  splunk
splunk modinput prometheus
A Splunk modular input for ingesting Prometheus metrics
Stars: ✭ 40 (+66.67%)
Mutual labels:  splunk
ansible-role-for-splunk
Splunk@Splunk's Ansible role for installing Splunk, upgrading Splunk, and installing apps/addons on Splunk deployments (VM/bare metal)
Stars: ✭ 75 (+212.5%)
Mutual labels:  splunk
splunk-connect-for-syslog
Splunk Connect for Syslog
Stars: ✭ 111 (+362.5%)
Mutual labels:  splunk
Kong-API-Manager
Kong API Manager with Prometheus And Graylog
Stars: ✭ 78 (+225%)
Mutual labels:  splunk
splunk-otel-js-web
Splunk distribution of Open Telemetry for browser environment.
Stars: ✭ 23 (-4.17%)
Mutual labels:  splunk
fanuc-driver
Configurable Fanuc Focas data collector and post processor.
Stars: ✭ 38 (+58.33%)
Mutual labels:  splunk
config explorer
Config viewer and file editor for Splunk. Based on VSCode.
Stars: ✭ 20 (-16.67%)
Mutual labels:  splunk
evtx2json
A tool to convert Windows evtx files (Windows Event Log Files) into JSON format and log to Splunk (optional) using HTTP Event Collector.
Stars: ✭ 38 (+58.33%)
Mutual labels:  splunk
sysmon-splunk-app
Sysmon Splunk App
Stars: ✭ 42 (+75%)
Mutual labels:  splunk
Sigma
Generic Signature Format for SIEM Systems
Stars: ✭ 4,418 (+18308.33%)
Mutual labels:  splunk
splunk-connect-for-ethereum
Splunk Connect for Ethereum
Stars: ✭ 50 (+108.33%)
Mutual labels:  splunk
TA-dmarc
Add-on for ingesting DMARC aggregate reports into Splunk
Stars: ✭ 14 (-41.67%)
Mutual labels:  splunk
TA-Sysmon-deploy
Deploy and maintain Symon through the Splunk Deployment Sever
Stars: ✭ 31 (+29.17%)
Mutual labels:  splunk

SplunkScriplets

Various Splunk related configs, support items, tricks and notes .. All in ONE Place

The repository is NOT just for Splunk itself, must mostly collection of third party surroundings (like OS, firewalls) and snippets which are useful for an enterprise grade Splunk deployment

Directory Structure

.
├── devOps
│   ├── SplunkEnterprise
│   │   └── archive
│   ├── SplunkUF
│   │   └── SPF_Install
│   └── api_integration
│       └── ansible
│           ├── apps
│           │   └── mysearch
│           │       └── local
│           └── lib
├── docs
│   └── splunk_tips
│       ├── answers
│       ├── api
│       ├── apps
│       │   └── A_prod_ldap_auth
│       │       └── local
│       ├── configs
│       │   └── sample_app
│       │       └── local
│       ├── dashboards
│       │   └── dashboard_samples
│       ├── others
│       │   ├── errors
│       │   │   └── memoryLeak
│       │   └── notes
│       ├── searches
│       └── stanza
├── sampleData
└── thirdparty
    ├── ansible
    │   ├── basic
    │   │   ├── configs
    │   │   ├── group_vars
    │   │   ├── roles
    │   │   │   ├── distributor_role
    │   │   │   │   └── tasks
    │   │   │   ├── git
    │   │   │   │   └── tasks
    │   │   │   └── github
    │   │   │       └── tasks
    │   │   ├── templates
    │   │   └── vault
    │   ├── hortonew
    │   │   ├── group_vars
    │   │   ├── playbooks
    │   │   └── roles
    │   │       ├── universal_forwarder_linux
    │   │       │   └── tasks
    │   │       └── universal_forwarder_windows
    │   │           ├── files
    │   │           └── tasks
    │   └── splunk_apps
    ├── applescript
    │   └── mouse
    ├── arcsight
    ├── certs
    ├── curl
    ├── dataCapture
    ├── disk
    ├── docker
    ├── encode_decode
    ├── esxi
    ├── eventgen
    ├── gcp
    ├── git
    ├── gitlab
    ├── k8s_kubernetes
    ├── kafka
    ├── linux
    ├── logrotate
    ├── mouse
    ├── network
    ├── nginx
    ├── nodejs
    │   └── dropdown
    ├── openldap
    ├── openssl
    ├── pandoc
    ├── perl
    ├── php
    │   └── shellScriptTrigger
    ├── powershell
    │   └── user_bulk
    ├── preChecks
    ├── python
    ├── quest
    ├── regexes
    ├── rsyslog
    ├── ruby
    ├── scapy
    ├── shell
    ├── snmp
    ├── soc_usecases
    ├── standards
    │   ├── ISO
    │   │   └── iso27001
    │   └── pci
    ├── terraform
    │   └── terraformer
    ├── vagrant
    └── virtualbox

What does each Directory include

  • devOps => Splunk and Universal Forwarder installation Scripts
  • thirdPary => ThirdParty Scripts like python, shell scripts, connectivity tests etc.
  • splunk_tips => UI development snippets, Tricky searches which can be re-used, Any rare errors which people have noted and workarounds, Some key configs like rsyslogd, serverclass.conf, authentication.conf etc.

TO DO

  • Create a good repository to put notes related to Splunk and its automation
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].