Kibana Default Time Range

Hi, have a Dashboard that I would like to default to today at 8:00 AM est
to today at 9:00 PM

I thought I could just modify the from and to for the filter range (see
below). What is the syntex for now at 8:00 AM . I tried:
"now||+T08:00.000Z" but that does not work. Google is failing me :slight_smile:

Any ideas? Thank you, Chris

"filter": {
"list": {
"0": {
"from": "now||+T08:00.000Z",
"to": "2014-09-18T00:06:10.435Z",
"type": "time",
"field": "@timestamp",
"mandate": "must",
"active": true,
"alias": "",
"id": 0
}
},

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/51d61c38-6b3d-4977-9a63-a1f08b35f997%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Now is an entirely relative time period and you cannot fix it to a specific
point.

I'm not sure you can achieve a fixed period in kibana though.

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: markw@campaignmonitor.com
web: www.campaignmonitor.com

On 25 September 2014 04:45, Didjit didjit86@gmail.com wrote:

Hi, have a Dashboard that I would like to default to today at 8:00 AM est
to today at 9:00 PM

I thought I could just modify the from and to for the filter range (see
below). What is the syntex for now at 8:00 AM . I tried:
"now||+T08:00.000Z" but that does not work. Google is failing me :slight_smile:

Any ideas? Thank you, Chris

"filter": {
"list": {
"0": {
"from": "now||+T08:00.000Z",
"to": "2014-09-18T00:06:10.435Z",
"type": "time",
"field": "@timestamp",
"mandate": "must",
"active": true,
"alias": "",
"id": 0
}
},

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/51d61c38-6b3d-4977-9a63-a1f08b35f997%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/51d61c38-6b3d-4977-9a63-a1f08b35f997%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624bpXn5JC39SdHcMS2GUp%3DbMJzmQF0CxHY3G54s1044yvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.