diff --git a/CHANGELOG.md b/CHANGELOG.md index 5470a86fb47..82b3ba2037e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * **InfluxDB**: Small fix for the "glow" when focus the field for LIMIT and SLIMIT [#7799](https://github.com/grafana/grafana/pull/7799) thx [@thuck](https://github.com/thuck) * **Panels**: Delay loading & Lazy load panels as they become visible (scrolled into view) [#5216](https://github.com/grafana/grafana/issues/5216) thx [@jifwin](https://github.com/jifwin) * **Graph**: Support auto grid min/max when using log scale [#3090](https://github.com/grafana/grafana/issues/3090), thx [@bigbenhur](https://github.com/bigbenhur) +* **Elasticsearch**: Support histogram aggregations [#3164](https://github.com/grafana/grafana/issues/3164) ## Minor Enchancements diff --git a/conf/defaults.ini b/conf/defaults.ini index 9f2c9ed6de3..5c12937f4f8 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -74,7 +74,6 @@ password = url = # Max conn setting default is 0 (mean not set) -max_conn = max_idle_conn = max_open_conn = @@ -206,6 +205,9 @@ default_theme = dark # Set to true to disable (hide) the login form, useful if you use OAuth disable_login_form = false +# Set to true to disable the signout link in the side menu. useful if you use auth.proxy +disable_signout_menu = false + #################################### Anonymous Auth ###################### [auth.anonymous] # enable anonymous access diff --git a/conf/sample.ini b/conf/sample.ini index 3b7415e4217..87505221790 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -83,7 +83,6 @@ ;path = grafana.db # Max conn setting default is 0 (mean not set) -;max_conn = ;max_idle_conn = ;max_open_conn = @@ -193,6 +192,9 @@ # Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false ;disable_login_form = false +# Set to true to disable the signout link in the side menu. useful if you use auth.proxy, defaults to false +;disable_signout_menu = false + #################################### Anonymous Auth ########################## [auth.anonymous] # enable anonymous access diff --git a/docs/sources/guides/whats-new-in-v4.md b/docs/sources/guides/whats-new-in-v4.md index cfd454cdc23..68a40ed7a1e 100644 --- a/docs/sources/guides/whats-new-in-v4.md +++ b/docs/sources/guides/whats-new-in-v4.md @@ -27,7 +27,7 @@ notifications will be sent out when the rule conditions are met. This feature has been worked on for over a year with many iterations and rewrites just to make sure the foundations are really solid. We are really proud to finally release it! -Since the alerting execution is processed in the backend all data source plugins are not supported. +Since the alerting execution is processed in the backend not all data source plugins are supported. Right now Graphite, Prometheus, InfluxDB and OpenTSDB are supported. Elasticsearch is being worked on but will be not ready for v4 release. @@ -70,8 +70,8 @@ to add graph comments in the form of annotations directly from within Grafana in {{< imgbox max-width="30%" img="/img/docs/v4/alert_list_panel.png" caption="Alert List Panel" >}} -This new panel allows you to show alert rules or a history of alert rule state changes. You can filter based on states your -interested in. Very useful panel for overview style dashboards. +This new panel allows you to show alert rules or a history of alert rule state changes. You can filter based on states you are +interested in. This panel is very useful for overview style dashboards.
@@ -79,8 +79,8 @@ interested in. Very useful panel for overview style dashboards. {{< imgbox max-width="30%" img="/img/docs/v4/adhoc_filters.gif" caption="Ad-hoc filters variable" >}} -This is a new and very different type of template variable. It will allow you to create new key/value filters on the fly. -With autocomplete for both key and values. The filter condition will be automatically applied to all +This is a new and very different type of template variable. It will allow you to create new key/value filters on the fly +with autocomplete for both key and values. The filter condition will be automatically applied to all queries that use that data source. This feature opens up more exploratory dashboards. In the gif animation to the right you have a dashboard for Elasticsearch log data. It uses one query variable that allow you to quickly change how the data is grouped, and an interval variable for controlling the granularity of the time buckets. What was missing @@ -126,15 +126,15 @@ We always try to bring some UX/UI refinements & polish in every release. {{< imgbox max-width="50%" img="/img/docs/v4/add_panel.gif" caption="Add Panel flow" >}} -We spent a lot of time improving the dashboard building experience. Trying to make it both +We spent a lot of time improving the dashboard building experience to make it both more efficient and easier for beginners. After many good but not great experiments with a `build mode` we eventually decided to just improve the green row menu and continue work on a `build mode` for a future release. The new row menu automatically slides out when you mouse over the edge of the row. You no longer need -to hover over the small green icon and the click it to expand the row menu. +to hover over the small green icon and then click it to expand the row menu. -There is some minor improvements to drag and drop behaviour. Now when dragging a panel from one row +There are some minor improvements to drag and drop behaviour. Now when dragging a panel from one row to another you will insert the panel and Grafana will automatically make room for it. When you drag a panel within a row you will simply reorder the panels. @@ -150,7 +150,7 @@ We plan to further improve dashboard building in the future with a more rich gri {{< imgbox max-width="40%" img="/img/docs/v4/shortcuts.png" caption="Shortcuts" >}} Grafana v4 introduces a number of really powerful keyboard shortcuts. You can now focus a panel -by hovering over it with your mouse. With a panel focused you can simple hit `e` to toggle panel +by hovering over it with your mouse. With a panel focused you can simply hit `e` to toggle panel edit mode, or `v` to toggle fullscreen mode. `p r` removes the panel. `p s` opens share modal. @@ -164,10 +164,10 @@ Some nice navigation shortcuts are: ## Upgrade & Breaking changes -There are no breaking changes. Old dashboards and features should work the same. Grafana-server will automatically upgrade it's db +There are no breaking changes. Old dashboards and features should work the same. Grafana-server will automatically upgrade its db schema on restart. It's advisable to do a backup of Grafana's database before updating. -If your are using plugins make sure to update your plugins as some might not work perfectly v4. +If you are using plugins make sure to update your plugins as some might not work perfectly v4. You can update plugins using grafana-cli diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 50d28560672..176f843e86b 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -267,6 +267,10 @@ options are `Admin` and `Editor` and `Read Only Editor`. e.g. : Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false. +### disable_signout_menu + +Set to true to disable the signout link in the side menu. useful if you use auth.proxy, defaults to false. +