Hi @mbathann,
Welcome to the community! Which version of Elasticsearch and Kibana are you using?
It looks like your cluster has too many shards and you're hitting the limit. Can you check the size of your shards using the _cluster/stats
API. I would also consider using the _shrink
API as per this old thread.
Hope that helps!