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

Cannot create data view (index pattern) with Cross Cluster Search (CCS) #115904

Closed
sorenlouv opened this issue Oct 21, 2021 · 6 comments
Closed
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@sorenlouv
Copy link
Member

I'm trying to create a data view for the pattern my-ccs:apm-*

Name must match one or more data streams, indices, or index aliases.

image

I know there is data for the given pattern because in Dev Tools I can run the following query and get results:

GET my-ccs:apm-*/_search
{
  "query": {
    "match_all": {}
  }
}
@sorenlouv sorenlouv added the bug Fixes for quality problems that affect the customer experience label Oct 21, 2021
@botelastic botelastic bot added the needs-team Issues missing a team label label Oct 21, 2021
@sorenlouv
Copy link
Member Author

Turns out that my user didn't have the view_index_metadata on the remote cluster.
It would be an improvement to let the user know that they don't have sufficient permissions instead of saying there's no data.

@mattkime
Copy link
Contributor

Thanks @sqren - closing this issue in favor of #115904

@rayafratkina
Copy link
Contributor

This is the current behavior but probably not the desired behavior. See also #111642

@sorenlouv
Copy link
Member Author

Thanks @sqren - closing this issue in favor of #115904

Sounds good! Although I think you linked the wrong issue :)

@bhavyarm
Copy link
Contributor

I am reopening the bug. Looks like this one got closed by confusion.

@Dosant
Copy link
Contributor

Dosant commented Oct 27, 2021

@bhavyarm, I think this was closed in favor of #115942

@Dosant Dosant closed this as completed Oct 28, 2021
@Dosant Dosant added Team:AppServicesSv and removed needs-team Issues missing a team label labels Oct 28, 2021
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

No branches or pull requests

5 participants