NatelEnergy / grafana-plotly-panel

Show plotly graph in grafana panel
MIT License
145 stars 58 forks source link

Metric Dropdown blank when using Elastisearch data source #39

Closed beardedd closed 6 years ago

beardedd commented 6 years ago

Hello! Thanks for taking the time to make this.

When I try to use an Elastisearch data type, the metric drop down on the display tab doesn't show anything available to be selected.

beardedd commented 6 years ago

Sample Dataset:


{
   "_source": {
      "locName": "FakePlace",
      "loc_Pos_x": 447.625,
      "loc_Pos_y": 526.416
      }
}
beardedd commented 6 years ago

Updated to latest version of both grafana and plotly and it's now working with elastisearch data.