[Fleet] Transform installation - order of dependencies #142891
Labels
bug
Fixes for quality problems that affect the customer experience
:ml
Team:Fleet
Team label for Observability Data Collection Fleet team
Kibana version:
Elasticsearch version:
Server OS version:
Browser version:
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
Using Elastic Package v0.65.0 (Oct 5, 2022) -
elastic-package stack up
Describe the bug:
While installing a (work in progress) Fleet integration, the destination index is not created.
Using the new transform spec
Steps to reproduce:
@timestamp: *
and running every 5 minutes. This is to create the.alerts-security.alerts-default
index.elastic-package install
Expected behavior:
The package is intended to do the following:
.alerts-security.alerts-default
_diagram by @ajosh0504 _
The following errors may appear, and could be different each time:
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
Since this package intends to have 2 transforms; the second one which relies on the output of the first one, it's possible that there's no strict install order of both transforms, so then the 2nd transform's install could error if the 1st transform didn't create the 1st destination index yet. (See diagram image above)
However, since both transforms error out randomly when I repeatedly install it via
elastic-package install
, I'm not totally sure.The text was updated successfully, but these errors were encountered: