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

Could not locate that index-pattern (id: winlogbeat-*), [click here to re-create it](#/management/kibana/index) #10923

Closed
greenpau opened this issue Feb 24, 2019 · 3 comments

Comments

@greenpau
Copy link

Uploaded Winlogbeat-overview.json dashboard that came with winlogbeat-6.6.1-windows-x86_64.zip:

wget https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.6.1-windows-x86_64.zip
unzip winlogbeat-6.6.1-windows-x86_64.zip
cd winlogbeat-6.6.1-windows-x86_64/kibana/6/dashboard
curl -s --insecure -XPOST -H 'Content-Type: application/json' 'http://localhost:5601/api/kibana/dashboards/import' -H 'kbn-xsrf:true' [email protected] | python -m json.tool

When it gets loaded, I see the following error: Could not locate that index-pattern (id: winlogbeat-*), [click here to re-create it](#/management/kibana/index)

image

@greenpau
Copy link
Author

The index pattern mentioned does exist:

image

@jsoriano
Copy link
Member

@greenpau how did you create this index pattern?

It can be that the index pattern has winlogbeat-* as name, but not as id. If you created the index patterns with winlogbeat setup they should have been created correctly.

To check if this is the problem, you can delete the index pattern and recreate it with winlogbeat setup, or manually with winlogbeat-* as name and as id. The id can be set in the advanced options when creating an index pattern.

@greenpau
Copy link
Author

@jsoriano, 👍 Thank you for looking into this. I think my issues stem from the fact that I am not using winlogbeat.exe to do the setup. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants