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

Can't provision a data source with an index #37

Open
RichardChester opened this issue Mar 1, 2023 · 0 comments
Open

Can't provision a data source with an index #37

RichardChester opened this issue Mar 1, 2023 · 0 comments

Comments

@RichardChester
Copy link

I hvae provisioned a data source using the following yaml

apiVersion: 1

datasources:
    -   name: nElasticsearch
        type: elasticsearch
        access: proxy
        url: https://my.url
        jsonData:
            index: "project-17*"
            timeField: '@timestamp'
            version: '8.0.0'
            flavor: 'elasticsearch'
            logMessageField: message
            logLevelField: fields.level

however when I then run my grafana instance it provisions the data source exactly as I would expect however the index is left blank where I would expect it to be project-17*

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