Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/metron/pull/859#discussion_r156737230
--- 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 --
Can we say something for people like me.. along the lines of
"Spring profiles are used for x,y,z. By default the dev profile is
selected. Change the values of.... For more information on setting the
profiles and their use please see ....
---