How can a logging system be configured to exclude INFO level logs in a specific container to reduce storage usage from excessive or repeated irrelevant logs? What approaches can be implemented to achieve this?

We can use our new Log Pipeline feature to filter logs by attributes or keywords such as severity, host, and more.

Steps to Set Up the Log Pipeline:

  1. Click on the Settings button located in the bottom left corner and then select Pipeline.

  2. In the logs section, click on New Pipeline to open a pop-up window.

  3. Enter a name for the pipeline and add relevant tags.

  4. Define the rules by selecting attributes and their corresponding values from the dropdown menu. You can choose multiple attributes to create the pipeline.

  5. Once the pipeline is created, your logs will be updated according to the specified rules.