Skip to content

Add experimental logs query support#34

Merged
dhedgecock merged 2 commits intomainfrom
logs-support
Aug 7, 2023
Merged

Add experimental logs query support#34
dhedgecock merged 2 commits intomainfrom
logs-support

Conversation

@dhedgecock
Copy link
Copy Markdown
Member

@dhedgecock dhedgecock commented Aug 7, 2023

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 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.

@dhedgecock dhedgecock merged commit 98cd1c8 into main Aug 7, 2023
@dhedgecock dhedgecock deleted the logs-support branch August 7, 2023 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants