Update system integration data streams to beta#5119
Update system integration data streams to beta#5119fearful-symmetry merged 5 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
🌐 Coverage report
|
@kpollich do you know why this is? |
because it isn't an accepted value in the spec file. For data streams having no release means you are GA. And marking the release status of the integration is deprecated. https://github.com/elastic/package-spec/blob/002da3782ec4e1c2de96edf1f56b46392477e8a1/spec/integration/manifest.spec.yml#L346 |
|
Well, that adds a little bit of complexity. Do we want to remove the |
My preference would be for the system integration to be like other integrations, so it appears in the UI the same way other integrations do. So yes to removing release tag on integration (since it is 1.22.1) and removing release tag on data streams that are GA. |
|
Okay, now we should be good. |
Co-authored-by: Lee E Hinman <57081003+leehinman@users.noreply.github.com>
|
Package system - 1.23.1 containing this change is available at https://epr.elastic.co/search?package=system |
What does this PR do?
Closes #5116
cc @mukeshelastic @cmacknz
This updates all the system integrations from
experimentaltobeta.For reasons I don't quite understand, the
elastic-packagelinter doesn't allow you to mark data streams asga, only integrations themselves.There was some discussion over marking certain data streams as GA based on gaps in the OS support, but if we're just marking them as
beta, I'm not sure if that still applies.