Sign inSign up

guilhemmarchand/splunk-eventgen

By guilhemmarchand

Updated about 6 years ago

Splunk EventGen PyPI container

Image
1

3.1K

guilhemmarchand/splunk-eventgen repository overview

Splunk EventGen PyPI container

http://splunk.github.io/eventgen

Usage example in a docker-compose.yml

version: '3.7'
services:

  # EventGen
  eventgen:
    image: guilhemmarchand/splunk-eventgen:latest
    restart: unless-stopped
    user: 'root'
    volumes:
      - /opt/splunk-eventgen:/opt/splunk-eventgen
    ports:
      - "6379:6379"
      - "9500:9500"
    command: 'splunk_eventgen -v generate /opt/splunk-eventgen/eventgen.conf'
  • On the host file system, create a directory "/opt/splunk-eventgen" where will be stored your eventgen.conf configuration files and the sample files t be replayed
  • Start the container using docker-compose up

Tag summary

Content type

Image

Digest

Size

209.4 MB

Last updated

about 6 years ago

docker pull guilhemmarchand/splunk-eventgen