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

query "bookmarks" #746

Closed
redr0bin opened this issue Dec 3, 2013 · 2 comments
Closed

query "bookmarks" #746

redr0bin opened this issue Dec 3, 2013 · 2 comments

Comments

@redr0bin
Copy link

redr0bin commented Dec 3, 2013

Hi,
is there a way to predefine queries for intense use ?
I mean you just have to enter criteria values and get the results.

@tomrade
Copy link

tomrade commented Dec 11, 2013

I think Kibana supports URL parameters now , and you could possibly use that (construct the url)

@rashidkpc
Copy link
Contributor

The current method for doing this is documented here. tomrade is correct, you'd need to designed a templated or scripted dashboard, and then a form that filled in the URL parameters.

#448 (comment)

w33ble added a commit to w33ble/kibana that referenced this issue Sep 13, 2018
* feat: expose reporting browser type

reads the config value and makes it available on the app state

* feat: add export pdf control

don't show control if it's not enabled

* fix: hide edit controls when sharing

* feat: create a workpad export app

useful for pdf exporting, but in the future we can also use it to export to other formats

* feat: action tweaks

allow setting workpad without loading renderables, allow loading only active page renderables, and add action to set the page without navigating to it

* fix: export one page at a time

reporting is really meant to take a single screenshot per url in preserve layout mode, so export will only render a single page at a time

* chore: swap toolbar styles around

* fix: remove the offset calculation stuff

it doesn't seem to work correctly, and is no longer needed

* feat: show pdf started notification

* fix: error handling on report creation

required for basic license errors, and any other issues

* chore: move export button to header
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

4 participants
@redr0bin @rashidkpc @tomrade and others