Skip to content

WIP: feat: Add Vector backend#226

Open
bmtcril wants to merge 2 commits intomainfrom
bmtcril/vector_backend
Open

WIP: feat: Add Vector backend#226
bmtcril wants to merge 2 commits intomainfrom
bmtcril/vector_backend

Conversation

@bmtcril
Copy link
Contributor

@bmtcril bmtcril commented Mar 10, 2026

Attempt to add a backend that will emit transformed events in a way that Vector can load. This is the simplest possible implementation and simply spits the output to stdout. In the future we should probably make the output writable to disk, but this is the fastest way to get to testing for now.

@bmtcril bmtcril changed the title feat: Add Vector backend WIP: feat: Add Vector backend Mar 10, 2026
super().__init__(config, logger, event_generator)

stream_handler = logging.StreamHandler(sys.stdout)
formatter = logging.Formatter("[%(name)s] %(message)s")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this will match the Vector regex, but it's the smallest amount of output that might work which matters a lot when doing billions of events.

@bmtcril bmtcril force-pushed the bmtcril/vector_backend branch from 695baf1 to fca2cab Compare March 10, 2026 19:51
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