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

import and export #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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