Hi,
I want to do index mysql data with ES(2.3.3). I am using Mysql and php platform now.
My data size is 600.000.000 and I can't do index. My error:
Got a packet bigger than 'max_allowed_packet' bytes
I changed max_allowed_packet=1G in my.cnf but it didn't index.
What can I do? how much indexed data limit should be ? Is there such a limit?