Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the date window (filter) while the dashboard is embeded (fullscreen) #8619

Closed
quebecCu opened this issue Oct 11, 2016 · 2 comments
Closed

Comments

@quebecCu
Copy link

Kibana version:
4.6
Elasticsearch version:
2.4
Browser version:
Chrome

Description of the problem including expected versus actual behavior:
When adding a date filter, the filter does not appear like all the other filters (Green ovale with the filter described in it).
For example, here is how a normal filter is added.
capture

For a date filter, we have to click on the button at the top right of the page, and cannot remove the filter as any other filter.
capture2

This cause a problem when we display the dashboard fullscreen (embeded), since we do not have access to this button
capture3

When the dashboard is embeded, we cannot change anymore the date window.

@thomasneirynck
Copy link
Contributor

thomasneirynck commented Oct 11, 2016

It is possible to change the date-range using the filter bar. But it requires you to edit the the query manually as Json.

  1. add a filter to the filter-bar with the date-field (e.g. using the available fields in
  2. click the little pencil icon on that filter
  3. a drop down opens, with the raw Json of that filter. Change it to a "range"-query. It is not the
    easiest way to format, since it requires putting the time in milliseconds. I grabbed the correct timestamps by opening the "Request"-tab in the spy tab for a time-range I wanted.

image

The time-filter bar is an easier to use UI, I agree. But it's purpose is also a little different. It applies to the default time-field of the index-pattern. The filter bar is more generic instead.

Let us know if the methodI outlined works for your purpose.

@Bargs
Copy link
Contributor

Bargs commented Oct 11, 2016

There's also an existing issue for adding the timepicker to the embedded dashboard #2739

@Bargs Bargs closed this as completed Oct 11, 2016
alexwizp added a commit to alexwizp/kibana that referenced this issue Feb 29, 2024
kibanamachine added a commit to alexwizp/kibana that referenced this issue Mar 2, 2024
alexwizp added a commit to alexwizp/kibana that referenced this issue Mar 4, 2024
alexwizp added a commit to alexwizp/kibana that referenced this issue Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants