Andrew Arz

Results 22 comments of Andrew Arz

from the windows machine you can also use: CertUtil -verify /path/to/root-ca.crt/ To check if its trusted in the store Invoke-WebRequest -Uri https://(elasticsearch_url) -Method Get curl -v https://(elasticserverurl) (this gives you...

you forgot 'sudo' before running the ssl checks as they're in a protected folder now. For this command try putting the location in quotes: `CertUtil -verify "C:\Program Files\lme\root-ca.crt"` for the...

container project actually also has a .sh install script here: https://github.com/peasead/elastic-container/blob/main/elastic-container.sh Which does some of the configurations I was talking about with setup.sh -- see passphrase_reset and configure_kbn functions as...

.env file can be used (as it is with container project) to avoid 'interactive' questions being asked during install. Users would just have to fill out the .env file before...

Will need to run through and add 'exceptions' to items as well for items we see has not needing a 'fix'

Using the same framework seen here: https://github.com/peasead/elastic-container .env file: This is used to set variables for both the install.sh or .py, and for the docker-compose.yml deploy.sh / .py This would...

> In the re-architecture discussions, we should talk about whether we need to still include logstash. I spoke with Adam and he questioned whether we need the additional complexity. It...

I do like podman as an option here as I think we can use the exact same docker compose either way and would provide rootless containers. I also like that...

Something thats always hard to determine is "how many clients can an ELK stack handle" when self hosting. Because everyone has different numbers of logs and activity, and verbosity etcetc....

I think this could be a good addition to the 2.0 build. Especially if we use something like a .env file during install we could just have an option to...