Skip to content

Commit

Permalink
Expand README
Browse files Browse the repository at this point in the history
Signed-off-by: Kedar Vijay Kulkarni <kkulkarni@redhat.com>
  • Loading branch information
Kedar Vijay Kulkarni authored and chaitanyaenr committed May 12, 2021
1 parent 019cba9 commit 3c866a5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/cerberus.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Cerberus Integration

How To:
* [What is it](#what-is-it)
* [How it Works](#how-it-works)
* [How to enable Cerberus](#how-to-enable-Cerberus)
- [Cerberus Integration](#cerberus-integration)
- [What is it](#what-is-it)
- [How it Works](#how-it-works)
- [How to enable Cerberus](#how-to-enable-cerberus)

# What is it

Expand Down Expand Up @@ -42,12 +43,13 @@ spec:
elasticsearch:
url: "http://foo.bar.com:9200"
cerberus_url: "http://1.2.3.4:8080"
cerberus_validate_certs: true
workload:
name: byowl
...
```

NOTE: The cerberus url MUST BE in the format http://[address]:[port]
NOTE: The cerberus url MUST BE in the format http://[address]:[port] . If the cerberus is not running with proper ssl certificates, set `cerberus_validate_certs` to `false`.

Once Cerberus is enabled the connection status can be viewed by getting the benchmark status. If Cerberus is not
enabled the connection status will simply be "not connected"
Expand Down

0 comments on commit 3c866a5

Please sign in to comment.