Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sumologicschemaprocessor: possible conflict during attributes aggregation #1263

Open
sumo-drosiek opened this issue Oct 2, 2023 · 0 comments

Comments

@sumo-drosiek
Copy link
Contributor

sumo-drosiek commented Oct 2, 2023

There is possible conflict within attributes aggregation for the following configuration:

processors:
  sumologic_schema:
    aggregate_attributes:
      - attribute: <attribute>
        prefixes:
          - foo_
          - foo2_

and the following attributes:

foo_bar
foo2_bar

Both of them are going to be added as bar to the <attribute>, which results in undefined behavior

@sumo-drosiek sumo-drosiek changed the title sumologicschemaprocessor: possible config during attributes aggregation sumologicschemaprocessor: possible conflict during attributes aggregation Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant