Any ideas Wes or Doug?
Via so docker images?
Thx.
Are you referring to installing the Elastic components on a completely separate machine (without Security Onion)?
Thanks,
Wes
Yes, I would like SO to communicate to an external stack, which I would like to build as split brain tolerant.
Is it simply a matter of running the SO docker containers on separate instances, editing the .yml configs, then pointing the data from SO master to the external elk stack?
Not sure where to configure within SO.
Not sure what installation to choose from the iso install.
Thanks.
Need more fault tolerance for the shards. A multiple master and multi data node model minimum three with shard relplica default of 5 will automatically recover and keep data available in the event an index fails.
Looks like there is no indexer fault tolerance designed in. Did I miss something? Another suggestion to satisfy my need?
--
Follow Security Onion on Twitter!
https://twitter.com/securityonion
---
You received this message because you are subscribed to the Google Groups "security-onion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to security-onion+unsubscribe@googlegroups.com.
To post to this group, send email to security-onion@googlegroups.com.
Visit this group at https://groups.google.com/group/security-onion.
For more options, visit https://groups.google.com/d/optout.
At our rate of ingest and query models, we need three data nodes minimum - currently running six, two of which can be masters, and a search balancer. Cold Retention/query is also a requirement which is where a clustered master model is most needed.
Any suggestions?