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
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_userOOB 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