Created 08-23-2017 01:50 PM
Hi @bkosaraju,
i have some problems configuring filed mapping for each of the json fields.
This is the json file structure :
{
"event_timestamp":"${time:substring(0,20):toDate('yyyy MMM dd HH:mm:ss'):format('yyyy-MM-dd HH:mm:ss')}",
"host":"${message:substring(21):substringBefore('')}",
"message":"${message:substring(21):substringAfter(' '):replace('"', '\\\\"')}"
}
this is my PutSolrContentStream config:
Indexing failed ...
Created on 08-23-2017 01:56 PM - edited 08-17-2019 06:37 PM
PutSolrStreamContent config
Created 08-24-2017 07:57 AM
Hi @bkosaraju,
sorry, was my fault!
Solution runs fine !!!
My input data was wrong!
Thanks, great solution.
Timo