Github user mmiklavc commented on a diff in the pull request:
https://github.com/apache/metron/pull/859#discussion_r157052104
--- Diff: metron-deployment/amazon-ec2/README.md ---
@@ -126,6 +126,10 @@ To provision only subsets of the entire Metron
deployment, Ansible tags can be s
./run.sh --tags="ec2,sensors"
```
+### Setting REST API Profile
+
--- End diff --
Just caught your comment above @ottobackwards. No apology necessary, it
was/is a perfectly reasonable request. At first I couldn't provide the doc for
it because, as I thought it through, I couldn't give a concise answer. I
honestly didn't have a clear picture in my mind of what all happens when
setting those values. It was definitely worthwhile to cross-check the docs
against the source and understand a bit more fully what those profiles are
doing.
---