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

Rollup index pattern error: must match one rollup index #32765

Closed
cawoodm opened this issue Mar 8, 2019 · 8 comments · Fixed by #56732
Closed

Rollup index pattern error: must match one rollup index #32765

cawoodm opened this issue Mar 8, 2019 · 8 comments · Fixed by #56732
Assignees
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@cawoodm
Copy link

cawoodm commented Mar 8, 2019

Server: ELK 6.6.1 Windows
Client: Windows 10 / Chrome 70

When adding a new rollup index pattern Kibana refused, claiming the pattern "issues-test" matches more than one index when it doesn't and Kibana knows it doesn't:

image

No matter what I do, the "Next Step" button remains disabled.

@nreese nreese added bug Fixes for quality problems that affect the customer experience Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Mar 9, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui

@cjcenizal cjcenizal added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Mar 11, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app

@timroes
Copy link
Contributor

timroes commented Mar 15, 2019

Is issues-test1 a rolled up index? Because the error states, that this must match an rolled-up index pattern (not that it matches more then one). So I wonder if that index might not be a rollup index?

@cawoodm
Copy link
Author

cawoodm commented Mar 15, 2019 via email

@JoelKle
Copy link

JoelKle commented Mar 22, 2019

Same problem also with Kibana/Elasticsearch Version 6.6.2.
But for me the search filter does not even find the create rollup index. The rollup index exists, I get it with the GET INDEX API.
Any plans to fix this?
Is there an API to create the index pattern without the dashboard?

@ppisljar ppisljar added :AppArch and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Mar 27, 2019
@timroes
Copy link
Contributor

timroes commented Mar 27, 2019

Could you please execute the command GET _all/_rollup_data in Kibana's dev tools > Console and post the output of that here?

@cawoodm
Copy link
Author

cawoodm commented Mar 28, 2019

{
  "error": "Incorrect HTTP method for uri [/_all/_rollup_data?pretty] and method [GET], allowed: [POST]",
  "status": 405
}

Unless you meant GET _all/_rollup/data:

{
  "issues-test1" : {
    "rollup_jobs" : [
      {
        "job_id" : "issues-test1",
        "rollup_index" : "issues-test1",
        "index_pattern" : "logs-errors-test*",
        "fields" : {
          "source" : [
            {
              "agg" : "terms"
            }
          ],
          "subcategory" : [
            {
              "agg" : "terms"
            }
          ],
          "category" : [
            {
              "agg" : "terms"
            }
          ],
          "type" : [
            {
              "agg" : "terms"
            }
          ],
          "timestamp" : [
            {
              "agg" : "date_histogram",
              "delay" : "1m",
              "interval" : "1d",
              "time_zone" : "Europe/Zurich"
            }
          ]
        }
      }
    ]
  },
...
}

@anshul27jain
Copy link

I am also facing same issue. Any suggestions ?
I am unable to use Rollup indices/

@lukeelmers lukeelmers assigned mattkime and alexwizp and unassigned mattkime Jan 30, 2020
alexwizp added a commit to alexwizp/kibana that referenced this issue Feb 4, 2020
alexwizp added a commit that referenced this issue Feb 5, 2020
Closes: #32765

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
alexwizp added a commit to alexwizp/kibana that referenced this issue Feb 5, 2020
Closes: elastic#32765

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
alexwizp added a commit that referenced this issue Feb 5, 2020
)

Closes: #32765

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants