Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/118#discussion_r62935776
--- Diff: metron-deployment/amazon-ec2/conf/defaults.yml ---
@@ -15,6 +15,22 @@
# limitations under the License.
#
---
+# which services should be started?
+services_to_start:
+ - mysql
+ - elasticsearch
+ - pcap-service
+ - metron-ui
+ - yaf
+ - snort
+ - snort-logs
+ - bro
+ - pcap-replay
+ - yaf-parser
+ - bro-parser
+ - snort-parser
+ - enrichment
--- End diff --
For a future PR, this might be a nice pattern to use to define which
services to install. This would be in lieu of the various booleans that we use
currently; `install_bro`, `install_elasticsearch`, etc. A list is more compact
and intuitive.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---