sematext / logagent-js

Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint
https://sematext.com/logagent
Apache License 2.0
389 stars 79 forks source link

input-filter-grok #292

Open maitza opened 2 years ago

maitza commented 2 years ago

Hi, trying to install GROK plugin (as I understand I cannot turn it on in base image from docker hub? its not installed in this image? getting error plugin not found).

https://sematext.com/docs/logagent/input-filter-grok/

I tried to build my own docker images, bases on your Dockerfile (https://github.com/sematext/logagent-js/blob/master/dockerhub/Dockerfile), but it failing on node-gyp. I checked and its possible to build on on nodejs10-alpine and python legacy (2.7). Anyway, later failing - cannot find module clone - but its in dependency npm?

How I should build image to use GROK filter? I cannot understand this "magic" in your Dockerfile with files from repo.