Skip to content

[ISSUE][Regression] Ability to turn off exporters (new / old) #4271

@Langleu

Description

@Langleu

Describe the issue:

For dual-region we need to be able to turn off the exporters (old / new), so we can define them ourselves.
In 8.7 and prior we had the flag global.elasticsearch.disableExporters, which is now deprecated and has no functionality anymore.

In 8.8 I can see the global.exporter.enabled but that affects the old exporters but not the new. Additionally, it has a lot of or conditions that would still lead to them being enabled.

Even in the case of data-migration the old exporters would be disabled and supplied extra from the outside.

So ideally, we have 1 or 2 flags that disable old and / or new exporters.

Related source code:

Actual behavior:

It's currently impossible to turn off the new exporter or the old exporter fully.
The application side is already working on a flag that disables the auto-configuration of it but the Helm Chart would currently still define it.

Expected behavior:

Flags that allow for disabling the new and old exporters completely.

How to reproduce:

Logs:

Environment:

Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.

  • Platform: Dual-Region
  • Helm CLI version: latest
  • Chart version: 8.8 snapshot chart
  • Values file:

Metadata

Metadata

Labels

kind/issueUnidentified issue, it could be a bug, misconfig, or anything in between

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions