Filebeat version 8.15.1 [logging problem/question]

Hello Guys!,

I'm messaging you because I am confused about filebeat and monitoring.

My config:

logging.level: info
logging.to_files: true
logging.to_syslog: false
logging.to_stderr: false
logging.metrics.enabled: false
logging.files:
  path: /var/log/filebeat
  name: filebeat
  keepfiles: 7
  permissions: 0640

In version: 7.17 there was an option to change JSON output to false.

In version 8.15 I do not see this parameter, is there another way to turn off JSON output?

Also, filebeat is creating a log in version 8.15 like: filebeat+{date}+.ndjson is there a way to just create logname: "filebeat.log"?

I don't think none of those things are possible anymore.

This is one of the breaking changes from 7.X to 8.X.

Thank you very much for the provided information.
We will downgrade to version 7.17.

But why?
What problem are you trying to solve ?

Hello,

I hope this message finds you well.
I would like to request the ability to configure the creation of logs and specify the log names.

I understand that it may be convenient for developers to have a standardized approach for the elkstack, but I prefer to have the option to configure the output log names.

Thank you for your attention to this matter.

Still... The question is "why?". What problem are you trying to solve?

Downgrading to 7.17 and being blocked for the next upgrades because of this does not make sense to me...So I'm wondering if there is an actual use case for this.