Hi,
Kibana 7.2
I installed filebeat on the server that is running Kibana and with the syslog module enabled I noticed Kibana is generating a lot of messages like this:
{"type":"response","@timestamp":"2019-09-10T08:19:54Z","tags":[],"pid":757,"method":"post","statusCode":200,"req":
I have not enabled any logging in kibana.yml so first of all I think it is a bit strange Kibana is still outputting to syslog but it appears that might be because some forwarder is set up.
Is it possible to only disable logging for the http responses? I know I can set something like logging.quiet: true
which I suppose would disable all logging except for errors but I would still like to log things such as Kibana status on a restart, I think logging.quiet does not cover that.