You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
Bargs
added
bug
Fixes for quality problems that affect the customer experience
P2
labels
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: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
The text was updated successfully, but these errors were encountered: