Hi!
We are starting all the stack (Filebeat, Logstash, Elastic and Kibana) with a local user.
Can we start these services with a domain user?
I mean, right now we have some Filebeats (some in windows, some in RHEL), and Logstash, Elasticsearch and Kibana in RHEL.
We start every service with
sudo systemctl start elasticsearch.service
In the elasticsearch.service / logstash.service / filebeat.service / kibana.service we have a local user configured.
we are going to install a new version of Elastic stack. Is there any problem starting the services with a domain user (an Active Directory user) ? We have no problems entering these machines with the domain user, of course!
Thanks!