Hi.
I am indexing data from a ticketing tool. I need to see what tickets were opened at end of each month. I've done a initial charge of the database, because of this, I can't use the _time indexed, otherwise I have to use open_date and close_date. Basically, the logic that I need to apply is:
Make a count of all tickets that were opened before end of month and were closed after the end of that month. I need show like timechart with this info by month.
Any idea about the way to get this info? Maybe could be useful the gentimes command?
Thanks.
↧