Hi,
I figured it out, with the help of a co-worker.
I added output_mode to the job:
job.results({
count: 10,
output_mode: "JSON"
}, function(err, myObj, job) {
...
});
... View more
Hi @keishamtcs ,
I added the props.conf file to the indexer as suggested in the answer by @tiagofbmm. Well, he actually suggested the heavy forwarder, but that's all controlled at the corporate level, so they chose to add it to the indexer instead.
... View more
@mintucs, you might have to post a separate question with your sample xml data and extraction that you are using. If applicable your props.conf and transforms.conf as well. You would also need to mask any sensitive information while posting your question.
... View more