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

Multiple processors not configurable through yaml #672

Open
nulian opened this issue Sep 4, 2024 · 0 comments
Open

Multiple processors not configurable through yaml #672

nulian opened this issue Sep 4, 2024 · 0 comments

Comments

@nulian
Copy link

nulian commented Sep 4, 2024

There are multiple processors that are not configurable through yaml.
With shortly clicking through I found clone, convert, default, starlark

They all have something like the following as syntax when converted to toml

[[processors.converter]]
      [processors.converter.tags]
        string = [
            "application_identifier",
            "app_uuid",
            "pod",
            "endpoint_id",
            "block_id",
            "field_*",
        ]

But they incorrectly get converted to something like

    [[processors.converter]]
      [[processors.converter.tags]]
        string = [
            "application_identifier"
            "app_uuid",
            "pod",
            "endpoint_id",
            "block_id",
            "field_*",
        ]

That is because multiple other processors use the double [ syntax on the second level.

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