My Kibana version is 8.13.2, and every time I open the data view, I can see Available fields and Meta fields spinning in circles. Can someone help me solve this problem?TKS
The fields should be cached and so you shouldn't be seeing this every time.
Two quick questions:
- Does the data view include indices or data streams in a cold or frozen tier?
- Is your connection to kibana trusted (secure https) or untrusted?
Hello,
Also could you please confirm what is the time range selected? is this behavior same for say last 15 minutes? I suspect the default index must be having huge amount of data which is taking time to load as per the time range selected but if same behavior is observed for smaller time range than this needs to be studied further.
Thanks!!
Thanks so much!
I have found the reason. I added a layer of nginx before my Kibana
It was a problem with the forwarding process that caused it to keep spinning. If I directly access the IP address, there is no problem. Now, I need to solve this forwarding problem。
Thanks so much!
I have found the reason. I added a layer of nginx before my Kibana
It was a problem with the forwarding process that caused it to keep spinning. If I directly access the IP address, there is no problem. Now, I need to solve this forwarding problem。