Skip to content

Pipeline permissions error when deleting index pattern as kibana_user #7940

@Bargs

Description

@Bargs

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

Metadata

Metadata

Assignees

Labels

bugFixes for quality problems that affect the customer experiencev5.0.0-beta1

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions