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

"oneline" format that puts extra fields on same line #19

Open
trentm opened this issue Jun 4, 2021 · 0 comments
Open

"oneline" format that puts extra fields on same line #19

trentm opened this issue Jun 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@trentm
Copy link
Owner

trentm commented Jun 4, 2021

See #15 (comment)

Something like:

$ cat some.log | ecslog -i foo,bar
[2021-02-11T06:24:53.251Z]  WARN (myapi on purple.local): something went wrong
    foo: 1
    bar: 2
...
$ cat some.log | ecslog -i foo,bar -f oneline
[2021-02-11T06:24:53.251Z]  WARN (myapi on purple.local): something went wrong (foo:1 bar:2)
...
@trentm trentm added the enhancement New feature or request label Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant