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

Streaming ingestion of XML log files #6322

Open
jszwedko opened this issue Feb 2, 2021 · 0 comments
Open

Streaming ingestion of XML log files #6322

jszwedko opened this issue Feb 2, 2021 · 0 comments
Labels
source: file Anything `file` source related type: feature A value-adding code addition that introduce new functionality.

Comments

@jszwedko
Copy link
Member

jszwedko commented Feb 2, 2021

Requested by user in #6259 (reply in thread)

The user has a situation where logs are written as XML to a log file as a single line. For example:

<?xml version="1.0" encoding="utf-8"?><log><diag contextId="08737cea-ea63-412a-9576-97af909772dc" level="42" timestamp="2020-12-18T13:56:32.083074Z">(Background Thread) StartupActivity not authenticated</diag><diag contextId="08737cea-ea63-412a-9576-97af909772dc" level="42" timestamp="2020-12-18T13:56:32.840987Z">(UI Thread) Set current activity as App.Authorization.Droid.SignInActivity</diag>

Where they'd like to receive the diag tags, and possibly other tags, as they come in.

@jszwedko jszwedko added the type: feature A value-adding code addition that introduce new functionality. label Feb 2, 2021
@jszwedko jszwedko added source: file Anything `file` source related domain: codecs Anything related to Vector's codecs (encoding/decoding) and removed domain: codecs Anything related to Vector's codecs (encoding/decoding) labels Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
source: file Anything `file` source related type: feature A value-adding code addition that introduce new functionality.
Projects
None yet
Development

No branches or pull requests

1 participant