AppMetrics / Elasticsearch

App Metrics Extensions for Elasticsearch reporting
http://app-metrics.io/getting-started/reporting/index.html
Apache License 2.0
20 stars 20 forks source link

#20 elasticsearch 6 document type breaking change #21

Closed dragouf closed 6 years ago

dragouf commented 6 years ago

The issue or feature being addressed

a fix for #20

Details on the issue fix or feature implementation

append document type to elasticsearch index name to don't use same index for different document type which is forbidden in v6 od elastic search.

Confirm the following

alhardy commented 6 years ago

TODO: Test for backwards compatibility

alhardy commented 6 years ago

@dragouf this won't play so nice with Grafana since it's a the ES datasource requires a single instance.

Are you using Timelion for visualization?

alhardy commented 6 years ago

Related ES6 breaking change: https://www.elastic.co/guide/en/elasticsearch/reference/6.0/removal-of-types.html

alzajana commented 6 years ago

Hi, any progress with the Grafana issue? Its not really working as documented (Grafana and ES)