Index Pattern Not Refreshing

Hi @misterek Welcome to the community.

Index patterns can get large with that many fields take a look at the Kibana Settings here and in particular

server.maxPayloadBytes: The maximum payload size in bytes for incoming server requests. Default: 1048576

try setting this in your kibana.yml to 2 or 5 mb

server.maxPayloadBytes: 2097152