Hi community,
I spent a couple of days looking for a solution without luck.
I have a server with different domains hosted, also known as virtual host, running Apache2 as front server. Each domain has their own logs with a file directory structure like that:
- /var/www/domain1.com/logs/access_ssl_log,
- /var/www/domain2.com/logs/access_ssl_log
- /var/www/domain3.com/logs/access_ssl_log
- ....
There is a way of have domain logs separated by indexes in Elasticsearch?
I'm using ELK 6.7.2 + Filesbeat 6.7.2
Thanks