An open API service indexing awesome lists of open source software.

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!

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.7

Usage:

```shell
brew install imagesnap jp2a
export HEC_URI="http(s)://:"
export HEC_TOKEN=""

python program.py snapshot.jpg
```