Export more than 24 hour log #2319
-
Hello, need to export all the logs from SEQ. Can i do this? thank you |
Beta Was this translation helpful? Give feedback.
Answered by
nblumhardt
Nov 15, 2024
Replies: 2 comments
-
Hi Evald; the best way to export large numbers of events from Seq is using
Hope this helps, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nblumhardt
-
hi, thanks that worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Evald; the best way to export large numbers of events from Seq is using
seqcli search --json
and piping the results to a file. You'll still need to specify a count, and I'd suggest doing it one day at a time if there's a lot of data to get through.Hope this helps,
Nick