Commit f8b61a4e by Torkel Ödegaard

changelog(): added #1034 to changelog

parent 35cc3837
...@@ -5,6 +5,10 @@ A built in data source is now available named `-- Mixed --`, When picked in the ...@@ -5,6 +5,10 @@ A built in data source is now available named `-- Mixed --`, When picked in the
it allows you to add queries of differnet data source types & instances to the same graph/panel! it allows you to add queries of differnet data source types & instances to the same graph/panel!
[Issue #436](https://github.com/grafana/grafana/issues/436) [Issue #436](https://github.com/grafana/grafana/issues/436)
** New Feature: Elasticsearch Metrics Query Editor and Viz Support **
- Feature rich query editor and processing features enables you to issues all kind of metric queries to Elasticsearch
- See [Issue #1034](https://github.com/grafana/grafana/issues/1034) for more info.
** User Onboarding ** ** User Onboarding **
- Org admin can now send email invites (or invite links) to people who are not yet Grafana users - Org admin can now send email invites (or invite links) to people who are not yet Grafana users
- Sign up flow now supports email verification (if enabled) - Sign up flow now supports email verification (if enabled)
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
<div class="editor-row"> <div class="editor-row">
<div class="pull-left" style="margin-top: 30px;"> <div class="pull-left" style="margin-top: 30px;">
<div class="grafana-info-box span6" ng-if="editorHelpIndex === 1"> <div class="grafana-info-box span6" ng-if="editorHelpIndex === 1">
<h5>Alias patterns</h5> <h5>Alias patterns</h5>
<ul ng-non-bindable> <ul ng-non-bindable>
...@@ -25,7 +24,6 @@ ...@@ -25,7 +24,6 @@
<li>{{field}} = replaced with the metric field name</li> <li>{{field}} = replaced with the metric field name</li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment