diff --git a/docs/REFERENCE.md b/docs/REFERENCE.md index 05ebdd53..92e10a3f 100644 --- a/docs/REFERENCE.md +++ b/docs/REFERENCE.md @@ -1,7 +1,7 @@ ## eventgen.conf.spec ## ``` -# Copyright (C) 2005-2018 Splunk Inc. All Rights Reserved. +# Copyright (C) 2005-2019 Splunk Inc. All Rights Reserved. # # This file contains all possible options for an eventgen.conf file. Use this file to configure # Splunk's event generation properties. diff --git a/docs/TUTORIAL.md b/docs/TUTORIAL.md index d51c0d9b..ab84dc17 100644 --- a/docs/TUTORIAL.md +++ b/docs/TUTORIAL.md @@ -222,29 +222,3 @@ Please note Getting Started section for installation reference. There is an [Eventgen API Reference](REFERENCE.html#rest-api-reference) that you can also reference. --- - -## For Orca Users: Running Eventgen with Orca ## - -Orca 0.8.4 and above will natively support Eventgen 6.0.0 and above versions. - -``` -# The following command creates a specified number of eventgen instances as well as auto-configuring all servers and controllers. -orca create --egx -``` - -In addition, you can configure a custom scenario for automatic bundle install. - -``` -# Paste this into your ~/.orca/orca.conf -# Below scenario will download an app from a specified path and start pumping out data -[egxtest] -indexers = 3 -search_heads = 2 -eventgenx_instances = 1 -ansible_params = eventgen_app=,eventgen_volume=50,eventgen_start=now - -# Simply run this Orca command -orca create --sc egxtest -``` - -