Hi Divya, Good catch. These docs are for an earlier version of this plugin that didn’t make it into Drill. Here are correct docs:
https://github.com/cgivre/drill/blob/24556d857cbbe7aa2baa1fc6cbd85fb614b5d975/exec/java-exec/src/main/java/org/apache/drill/exec/store/log/README.md <https://github.com/cgivre/drill/blob/24556d857cbbe7aa2baa1fc6cbd85fb614b5d975/exec/java-exec/src/main/java/org/apache/drill/exec/store/log/README.md> You’ll find that the newer version is A LOT easier to use than that! @Bridget, could you please take a look at this and update the docs? Thanks! > On Oct 4, 2018, at 01:09, Divya Gehlot <[email protected]> wrote: > > Hi, > I am using Drill 1.14 and followed these instructions > <https://drill.apache.org/docs/logfile-plugin/>to read log files of any > format in drill. > > When I insert the log plugin in the storage plugin , it is complaining that > its is not valid JSON , though I already verified it through JSON > validator and it seems to be correct . > Pasted the storage plugin here <https://pastebin.com/ATWxHFqQ> > > Thanks, > Divya
