[Logs UI] Support Kibana index pattern references in log source configuration #92650
Labels
Feature:Logs UI
Logs UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
v7.13.0
Milestone
Summary
In order to support the usage of Kibana index patterns (KIPs) in the Logs UI, the source configuration needs to be able to encode references to them while still allowing for the backwards-compatible legacy configuration. To that end, this enhancement modifies the saved object and related code without exposing the new style of configuration in the UI.
relates to #88607
Acceptance Criteria
SourceConfigurationRuntimeType
and related API types can encode both the "legacy" index name pattern as well as a Kibana index pattern (KIP) reference. (see "Notes" below)infrastructure-ui-source
saved object such that thelogAlias
property is replaced with alogIndices
property, which encodes the string previously assigned tologAlias
according to the new runtime type.index-name
reference type.index-name
orindex-pattern
reference to a unified type that..._doc
for the KIP-based source configuration.fields.timestamp
value.Notes
The references could be encoded in something like the following:
The text was updated successfully, but these errors were encountered: