Skip to content

Instantly share code, notes, and snippets.

@coccyx
coccyx / tutorial1.yml
Last active March 15, 2025 16:04
tutorial1
global:
rotInterval: 1
samplesDir:
- examples/tutorial
samples:
- name: tutorial1
description: Tutorial 1
disabled: false
generator: sample
rater: default
@coccyx
coccyx / coccyx_tutorial1.yml
Created March 3, 2025 22:50
coccyx/tutorial1
global:
rotInterval: 1
samplesDir:
- examples/tutorial
samples:
- name: tutorial1
description: Tutorial 1
disabled: false
generator: sample
rater: default
@coccyx
coccyx / businessevent.yml
Last active December 9, 2019 04:42
businessevent
This file has been truncated, but you can view the full file.
global:
rotInterval: 1
samples:
- name: businessevent
description: Example business event log from a middleware system, in key=value format.
disabled: false
generator: sample
rater: default
interval: 3
count: 3
@coccyx
coccyx / filebeat.yml
Created December 13, 2018 04:25
Simple Filebeat Config
filebeat.inputs:
- type: log
enabled: true
paths:
- /var/log/*.log
output.elasticsearch:
hosts: ["http://localhost:10080/elastic"]
@coccyx
coccyx / inputs.conf
Created September 6, 2018 03:43 — forked from automine/inputs.conf
Nice windows event blacklisting
[WinEventLog://Security]
disabled = 0
start_from = oldest
current_only = 0
evt_resolve_ad_obj = 1
checkpointInterval = 5
blacklist1 = EventCode="4662" Message="Object Type:(?!\s*groupPolicyContainer)"
blacklist2 = EventCode="566" Message="Object Type:(?!\s*groupPolicyContainer)"
blacklist3 = EventCode="4688" Message="New Process Name:\s*(?i)(?:[C-F]:\\Program Files\\Splunk(?:UniversalForwarder)?\\bin\\(?:btool|splunkd|splunk|splunk\-(?:MonitorNoHandle|admon|netmon|perfmon|powershell|regmon|winevtlog|winhostinfo|winprintmon|wmi))\.exe)"
blacklist4 = EventCode="4689" Message="Process Name:\s*(?i)(?:[C-F]:\\Program Files\\Splunk(?:UniversalForwarder)?\\bin\\(?:btool|splunkd|splunk|splunk\-(?:MonitorNoHandle|admon|netmon|perfmon|powershell|regmon|winevtlog|winhostinfo|winprintmon|wmi))\.exe)"
@coccyx
coccyx / tutorial3.yml
Last active January 31, 2017 22:38
tutorial3
global:
rotInterval: 1
samplesDir:
- .
samples:
- name: tutorial3
description: Tutorial 3
disabled: false
generator: sample
rater: eventrater
@coccyx
coccyx / nixOS.yml
Last active December 15, 2016 23:05
nixOS
global:
samplesDir:
- $GOGEN_HOME/examples/nixOS
- examples/nixOS
samples: []
mix:
- sample: coccyx/cpu
- sample: coccyx/df
- sample: coccyx/vmstat
- sample: coccyx/bandwidth
@coccyx
coccyx / iostat.yml
Last active December 15, 2016 23:05
iostat
global:
samplesDir:
- $GOGEN_HOME/examples/nixOS
- examples/nixOS
samples:
- name: iostat
description: Generate Iostat Usage Metrics
notes: |
Generates iostat usage from the Splunk UNIX TA
disabled: false
@coccyx
coccyx / bandwidth.yml
Last active December 15, 2016 23:05
bandwidth
global:
samplesDir:
- $GOGEN_HOME/examples/nixOS
- examples/nixOS
samples:
- name: bandwidth
description: Generate Bandwidth Usage Metrics
notes: |
Generates bandwidth usage from the Splunk UNIX TA
disabled: false
@coccyx
coccyx / vmstat.yml
Last active December 15, 2016 23:05
vmstat
global:
samplesDir:
- $GOGEN_HOME/examples/nixOS
- examples/nixOS
samples:
- name: vmstat
description: Generate Memory Usage Metrics
notes: |
Generates memory Usage in the form of a vmstat command from the Splunk UNIX TA
disabled: false