-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Feature/default enable csv dashboard #44048
Feature/default enable csv dashboard #44048
Conversation
Pinging @elastic/kibana-stack-services |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I reviewed the code change
I'd like to get release notes typed into the description before it's merged. This merits some nice writeup since it's a big, often-requested feature
💔 Build Failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM. ++ on release notes.
💚 Build Succeeded |
By default, we were forcing users not to have access to downloading CSV's of saved-search results in their dashboards. This was by design, so we could test it "in the wild" before revealing it to a larger user base.
Release Note:
You can now export your saved search visualizations directly to a CSV through the panel action "Export to CSV." This makes it even easier to export your results without having to find them in the Discover app in Kibana. If you want to disable this feature, simply set
xpack.reporting.csv.enablePanelActionDownload: false
in your Kibana's config file.