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

Not all functionality should be blocked on index pattern creation #7481

Closed
epixa opened this issue Jun 16, 2016 · 5 comments
Closed

Not all functionality should be blocked on index pattern creation #7481

epixa opened this issue Jun 16, 2016 · 5 comments

Comments

@epixa
Copy link
Contributor

epixa commented Jun 16, 2016

This is going to be especially important with the upcoming add data features since they will also handle creating index patterns, but it's a problem for x-pack as well. Which means it's probably a use-case we need to solve for applications in general. Users should be able to access the security UI as well as the monitoring application without having first created an index pattern in Kibana. It shouldn't matter whether one is a top level application (i.e. monitoring) or a utility in management (i.e. security).

This originated from @lukasolson in #7135 (comment)

@epixa
Copy link
Contributor Author

epixa commented Jun 16, 2016

If at all possible, it would be great to get this sorted for alpha4 since it's a pretty severe limitation.

@Bargs
Copy link
Contributor

Bargs commented Jun 20, 2016

This is also sort of related to #7496

While the root cause of that issue is probably some sort of unrelated race condition, if users hit it in the wild they'll get stuck in a loop because the management app won't allow them to access the edit index pattern page where they can set an index pattern as default.

@tylersmalley
Copy link
Contributor

I will be work on this tonight when I get back from NodePDX. Currently, without an index pattern you can still access the add data UI. He is where the regex lives: https://github.com/elastic/kibana/blob/master/src/plugins/kibana/public/management/index.js#L23

@tylersmalley
Copy link
Contributor

@epixa @Bargs

What do you two think of this PR? #7516

It adds requireDefaultIndex as an option to the route that defaults to true.

@tylersmalley
Copy link
Contributor

The PR has been merged.

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

3 participants