jasonish / evebox

Web Based Event Viewer (GUI) for Suricata EVE Events in Elastic Search
https://evebox.org/
MIT License
414 stars 67 forks source link

I want to add 1month range for search. #307

Closed jianvector closed 2 months ago

jianvector commented 2 months ago

Hello, everyone: I want to add 1months range for search.

Top.tsx const TIME_RANGE_OPTIONS = [ ["60s", "Last Minute"], ["1h", "Last 1 Hour"], ["3h", "Last 3 Hours"], ["6h", "Last 6 Hours"], ["12h", "Last 12 Hours"], ["24h", "Last 24 Hours"], ["3d", "Last 3 Days"], ["7d", "Last Week"], ["1m", "Last Month"], ["", "All"], ];

is right? Do other files also need to be modified?

Thanks