Hello
I am having 2 issues with logstash:
- i have installed winlogbeat on my windows servers. I see that redis is getting all the logs and while looking into logstash-plain.log, i saw errors of type invalid index name. Index cannot contain chsraxters .....
I want to have like syslog-(machinename)-win on kibana. Can you please guide?
- if for example i will be adding syslog of linux servers, apache logs,etc. How can i configure logstash to parse the logs and have index like
Syslog-(machinename)-(logtype) on kibana?
Thanks,