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

Pipeline permissions error when deleting index pattern as kibana_user #7940

Closed
Bargs opened this issue Aug 5, 2016 · 1 comment · Fixed by #8190
Closed

Pipeline permissions error when deleting index pattern as kibana_user #7940

Bargs opened this issue Aug 5, 2016 · 1 comment · Fixed by #8190
Assignees
Labels
bug Fixes for quality problems that affect the customer experience v5.0.0-beta1

Comments

@Bargs
Copy link
Contributor

Bargs commented Aug 5, 2016

Kibana version: 5.0-alpha5 + alpha4

Elasticsearch version: 5.0-alpha5 + alpha4

Description of the problem including expected versus actual behavior:

When deleting an index pattern as a user with the kibana_user OOB role, the following error message pops up:

pipelineerror

This error message doesn't actually break anything, the index pattern still gets deleted. It's caused by the fact that the Kibana ingest API optimistically tries to delete any pipeline that may have been created at the same time as this index pattern during an add data wizard. Since we aren't shipping the Pipeline UI in this release, we should just remove the pipeline deletion step for now, which is located here: https://github.com/elastic/kibana/blob/master/src/core_plugins/kibana/server/routes/api/ingest/register_delete.js#L21

@Bargs Bargs added bug Fixes for quality problems that affect the customer experience P2 labels Aug 5, 2016
@LeeDr
Copy link

LeeDr commented Aug 5, 2016

Same in alpha4 and alpha5, so not a regression from that release.

@BigFunger BigFunger self-assigned this Sep 7, 2016
cee-chen added a commit that referenced this issue Aug 14, 2024
`v95.6.0` ⏩ `v95.7.0`

_[Questions? Please see our Kibana upgrade
FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)_

---

## [`v95.7.0`](https://github.com/elastic/eui/releases/v95.7.0)

**CSS-in-JS conversions**

- Converted `EuiSelectable` to Emotion
([#7940](elastic/eui#7940))
  - Removed `$euiSelectableListItemBorder`
  - Removed `$euiSelectableListItemPadding`
- Converted `EuiSelectableTemplateSitewide` to Emotion
([#7944](elastic/eui#7944))
  - Removed `$euiSelectableTemplateFocusBackgroundLight`
  - Removed `$euiSelectableTemplateFocusBackgroundDark`
  - Removed `$euiSelectableTemplateSitewideTypes`
- Converted `EuiComboBox` to Emotion
([#7950](elastic/eui#7950))
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 v5.0.0-beta1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants