Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: schema detection for k8s events #1011

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

nikhilsinhaparseable
Copy link
Contributor

framework setup for schema detection at the time of ingestion sample json added for k8s events
formats file added that holds the list of sample jsons, schema type of all known log sources

server loads the known schemas at the initialization at the time of incoming events,
it checks if schema of incoming events match with any of the known schema if yes, it adds schema_type to the stream info

custom flattening is required before storing the schema and ingesting to parseable for those events which have hierarchical structure

framework setup for schema detection at the time of ingestion
sample json added for k8s events
formats file added that holds the list of sample jsons, schema type of all known log sources

server loads the known schemas at the initialization
at the time of incoming events,
it checks if schema of incoming events match with any of the known schema
if yes, it adds `schema_type` to the stream info

custom flattening is required before storing the schema and ingesting to parseable
for those events which have hierarchical structure
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.

1 participant