Hi all,
I am trying to make a custom time range to be added in the 'Quick' section of time range in kibana.
I want to make a quick time range field called 'Last Month'.
This is the expression that I added in the advance setting>> Time picker quick ranges.
{
"from": "now/M-1M",
"to": "now/M-1M",
"display": "Last Month (Custom)",
"section": 1
},
This shows the date ranges from:
1st January 00.00 to 28th Jan 23.59.
How can I show the date ranges from 1st jan 00.00 to 31st Jan 23.59 ( or from the first date of the last month to the last date of the last month.) ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.