New install - shard failure with 1 client

Thanks, yeah I couldn't understand why this would happen with a single client, but I may have just found it.

Even though I only had 1 client reporting it, I realized I forgot to flag the winbeat.yml file to only use the last 24hrs, so it pulled in over 2yrs of logs in one go!!! So I stopped that, changed it to 24hrs, removed the resume file and flushed the elasticsearch data with curl -XDELETE 'http://localhost:9200/*'

Its now only got 24hrs of data and its not throwing errors. I guess this was just because it was too much info to injest in one go?

Are there any docs that give recommended specs for this sort of thing? THe place I work has around 250 servers that I want to injest for Wintel EventLogs and Linux Secure/Messages, plus maybe VMware hosts and Cisco switches.