1

how can I forward my applications logs in Openshift to a single file on my filesystem? It is possible with fluentd?

BR

pablo
  • 17
  • 1
  • 4
  • Yes, you can (check https://stackoverflow.com/questions/60227369/parse-stdout-of-containers-in-openshift/60228908#60228908). There're a lot of output_plugins to forward log messages – Oligzeev Feb 18 '20 at 13:35

1 Answers1

1

You can try installing Operator. https://docs.openshift.com/container-platform/4.1/logging/config/efk-logging-elasticsearch.html

sharmag
  • 189
  • 2
  • 7