Cybersecurity automation. Splunk & Cribl dev/consulting.
-
Deductiv
- Newark, DE, USA
- https://www.deductiv.net/
Pinned Loading
-
deductiv/export_everything
deductiv/export_everything PublicExport Everything Add-On for Splunk
-
-
Download Amazon Kindle library listi...
Download Amazon Kindle library listing from browser console @ read.amazon.com to CSV for Goodreads import 1// init
2let xhr = new XMLHttpRequest()
3let domain = 'https://read.amazon.com/'
4let items = []
5let csvData = ""
-
Helpful Splunk macros
Helpful Splunk macros 1# Capitalize first letters of words in a field (e.g. names)
2[upper_first_letters(1)]
3args = field
4definition = mvjoin(mvmap(split($field$, " "), upper(substr($field$, 1, 1)).substr($field$, 2)), " ")
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.