[Logs UI] Register function(s) for homepage data retrieval #68531
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
Milestone
To facilitate observability homepage data retrieval, each observability app must register a function or functions that will retrieve data in the correct format according to the registration contract provided by the observability app.
Design: #68176
AC:
plugins.observability.dashboard.register()
that retrieves the log rate data specified by the Logs Return typestats
should include the values and names of eachevent.dataset
value in the returned log dataseries
should include the histogram data for log rate within the given time range (partioned byevent.dataset
), in the format expected by Elastic Charts for a stacked bar chart / histogramNotes:
event.dataset
values? Will the visualization scale? Will it use "top 4"?The text was updated successfully, but these errors were encountered: