https://github.com/shakeelmohamed/hec-demo
Send pictures to Splunk using HTTP Event Collector!
https://github.com/shakeelmohamed/hec-demo
ascii-art hec picture splunk splunk-hec
Last synced: 3 months ago
JSON representation
Send pictures to Splunk using HTTP Event Collector!
- Host: GitHub
- URL: https://github.com/shakeelmohamed/hec-demo
- Owner: shakeelmohamed
- License: mit
- Created: 2016-09-23T02:32:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T02:33:10.000Z (over 8 years ago)
- Last Synced: 2025-01-15T08:25:05.340Z (4 months ago)
- Topics: ascii-art, hec, picture, splunk, splunk-hec
- Language: Python
- Homepage: http://dev.splunk.com/view/event-collector/SP-CAAAE6M
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Splunk HEC .Conf 2016 demo
Description:
Takes a picture from your Macbook's webcam, converts the images to ASCII art, then sends it to Splunk's HTTP Event Collector!
Requirements:
* OS X
* Homebrew
* Splunk 6.3+
* Python 2.7Usage:
```shell
brew install imagesnap jp2a
export HEC_URI="http(s)://:"
export HEC_TOKEN=""python program.py snapshot.jpg
```