Raj Kamal Singh 990fc83269
Feat/integrations v0 mongo and nginx (#4763)
* feat: flesh out pre-requisites for collecting mongodb logs and metrics

* chore: remove stale pipelines in bundled integrations

* chore: clean up 'collect metrics' step for mongodb

* feat: add instructions for collecting and parsing mongodb logs

* feat: add metrics and logs attributes to mongodb data collected list

* feat: nginx logs collection instructions and some other cleanup

* feat: add list of parsed log attributes to data collected list for nginx

* chore: do not run pipeline population integration test if no built-in integration has a pipeline
2024-03-28 19:57:07 +05:30

885 B

Before You Begin

To configure logs collection for Nginx, you need the following.

Ensure Nginx server is running a supported version

Ensure that your Nginx server is running a version newer than 1.0.0

Ensure OTEL Collector is running with access to the Nginx server

  • Ensure that an OTEL collector is running in your deployment environment
    If needed, please install an OTEL Collector
    If already installed, ensure that the collector version is v0.88.0 or newer.

    Also ensure that you can provide config files to the collector and that you can set environment variables and command line flags used for running it.

  • Ensure that the OTEL collector can access the Nginx server
    In order to collect logs, the collector must be able to read Nginx server log files.