Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete tool orca related part #178

Merged
merged 1 commit into from
Apr 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/REFERENCE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
26 changes: 0 additions & 26 deletions docs/TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <NUM>
```

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=<APP_TGZ_PATH>,eventgen_volume=50,eventgen_start=now

# Simply run this Orca command
orca create --sc egxtest
```