Member since
03-15-2017
5
Posts
1
Kudos Received
0
Solutions
03-15-2017
01:32 PM
Ive used PutSolrContentStream after spliting the logs.. but nothing is going out from PutSolrContentStream. Also what if i want to select only particular fields from json to be sent to Solr ?
... View more
03-15-2017
12:10 PM
Hi,
I'm tring to read a json log file and insert into solr collection.
logfile is in following format {"@timestamp": "2017-02-18T02:16:50.496+04:00","message": "hello"}
{"@timestamp": "2017-02-18T02:16:50.496+04:00","message": "hello"}
{ "@timestamp": "2017-02-18T02:16:50.496+04:00","message": "hello"}
I was able to load the file and split by lines. How can i proceed further ?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Solr