ElasticSearch- Best practice for indexing entire JSON Files?

2015-05-14 Thread erd
uot;name": "ayy", "properties":{"status":"lmao"}} } } I am currently using a splitter, but the actual file is quite large, and makes thousands of messages to send to the server. Is there a way where I could just send the file or string, and ES will use the d

Re: ElasticSearch- Best practice for indexing entire JSON Files?

2015-05-15 Thread James Green
yy", "properties":{"status":"lmao"}} > } > } > > I am currently using a splitter, but the actual file is quite large, and > makes thousands of messages to send to the server. Is there a way where I > could just send the file or string, and ES

Re: ElasticSearch- Best practice for indexing entire JSON Files?

2015-05-15 Thread Henryk Konsek
": "fooWidget"}}, > > {"name": "ayy", "properties":{"status":"lmao"}} > > } > > } > > > > I am currently using a splitter, but the actual file is quite large, and > > makes thousands of messages to