The preprocessor entry now checks the res for a top level switch between data.attributes.series and data.attributes.logs to route the res to the correct preprocessor.
How did you test this?
Unit test that the top level preprocessor returns the correct data frame shape is added.
Code review notes
The log event object is defined as an object of unknown key:value pairs - this is intended to reflect the non-structured schema of the log event.
What does this PR do?
Adds experimental support for logs queries
What needed to change in the code and why?
The preprocessor entry now checks the res for a top level switch between
data.attributes.series
anddata.attributes.logs
to route the res to the correct preprocessor.How did you test this?
Unit test that the top level preprocessor returns the correct data frame shape is added.
Code review notes
The log event object is defined as an object of unknown key:value pairs - this is intended to reflect the non-structured schema of the log event.