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

Question about elastic search index template #6

Open
pyromaniac3010 opened this issue Feb 1, 2022 · 0 comments
Open

Question about elastic search index template #6

pyromaniac3010 opened this issue Feb 1, 2022 · 0 comments

Comments

@pyromaniac3010
Copy link

Hello,

in k8s/oura.yaml the elastic index is configured with this name:

index = "oura.sink.cip25assets"

but in scripts/index-template.json the index-pattern is defined like this:

    "index_patterns": [
        "oura.sink.cip25"
    ]

shouldn't it be:

    "index_patterns": [
        "oura.sink.cip25assets*"
    ]

?

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