How to query available range of packet captures? #11675
Replies: 1 comment
-
If you just want the number of days of pcap retention, then take a look at the PCAP Retention visualization in InfluxDB: For more information about InfluxDB, please see: You could also take a look at the timestamps on the files in the
If you just want to see the unique dates that have pcap:
For more information about steno, please see: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Running 2.4 in a distributed mode. I recently needed a pcap that was no longer available because of the lack of space in the /nsm partition. I added space to each of the forward nodes to resolve that issue. I'd like to monitor the current history range of the pcap files, but I'm not sure of the cleanest most concise way of doing this...not to mention I have no experience with stenographer.
What's the best way of achieving this? Reading up on sten* tools now.
Beta Was this translation helpful? Give feedback.
All reactions