1

I am trying out Elastic Cloud. I want to connect to Elasticsearch in Grafana

However, I have a field named timestamp in my index. Grafana doesn't recognize it.

enter image description here

enter image description here

Things I did : 1) I tried `timestamp' instead of @timestamp 2) I tried all the different version. 3) I tried different indexes.

But all no good. :(

enter image description here enter image description here

Grafana doesn't seem to recognize fields in an index. What could be causing this?

Jin Lee
  • 3,194
  • 12
  • 46
  • 86

1 Answers1

2

The message is a bug. You can just ignore it, and continue.

Also, if you want, this link will give you more information.

enter image description here enter image description here

Jin Lee
  • 3,194
  • 12
  • 46
  • 86