Skip to content

Conversation

@akvlad
Copy link

@akvlad akvlad commented Jul 19, 2022

import and export to stdout / from stdin
export request results to file logs

LOGQL_API=http://localhost:3100 ./vlogql --query '{job="logs"}' -s 0 --export >logs

import from exported file logs

cat logs | LOGQL_API=http://localhost:3100 ./vlogql --import

file is a human-readable log file, so something like grep is acceptable as well

cat logs | grep -A 10 -B 10 'ERROR' 

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