Tyler,
The cluster health is green but as soon as I launch Kibana it wont stay up long once we start running searches. I have another UI to search elastic that is SQL based and I never have any issues but as soon as I start using Kibana and begin searching is when the issues begin.
{
"cluster_name": "MY-CLUSTER01",
"status": "green",
"timed_out": false,
"number_of_nodes": 9,
"number_of_data_nodes": 9,
"active_primary_shards": 300,
"active_shards": 600,
"relocating_shards": 0,
"initializing_shards": 0,
"unassigned_shards": 0,
"delayed_unassigned_shards": 0,
"number_of_pending_tasks": 0,
"number_of_in_flight_fetch": 0,
"task_max_waiting_in_queue_millis": 0,
"active_shards_percent_as_number": 100.0
}