Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/metron/pull/859#discussion_r156744095
--- 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 --
Spring profiles are documented in the REST README:
https://github.com/apache/metron/tree/master/metron-interface/metron-rest#spring-profiles.
Is there something we can do to make the REST README more accessible? I
feel like a lot of questions people ask are already answered there but no one
ever reads it. What can we do to make it more useful? Table of contents
maybe? I would be happy to take that on in a follow-up PR.
---