Megastef
Megastef
Hi, how to do this using node-mesos? https://mesosphere.com/2014/09/25/marathon-0.7.0-released/ # Docker Containerization with Marathon 0.7.0, Mesos 0.20.0 curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" \ localhost:8080/v2/apps -d ' {...
Hi, are GPS tags indexed as geo_point type? E.g. searching images by location? Most of smartphones capture coordinates with the pictures.
Monitoring Cisco router traffic with Netflow: https://github.com/delian/node-netflowv9
Hi, we try to use LA with Windows UNC Path ``` input: file: - \\servername\c$\someapp\logs\*.log ``` It turns out, that issue #74 in node-glob is the problem. https://github.com/isaacs/node-glob/issues/74#issuecomment-611196129 Best Regards...
Similar to SDA tests, we could add test scripts for the container, see https://github.com/sematext/sematext-agent-docker/blob/master/tests/test.sh
Logagent should have a plugin 1) to read S3 data as soon new files are created 2) to import historical data
Logagent should detect key-value log format (like it does for JSON already ...) and extract the values. In addition Logagent parser should check common fields like "time" and "msg" to...
**We are not maintaining Sematex Agent Docker anymore.** Please use [sematext/agent](https://hub.docker.com/r/sematext/agent/) for monitoring and [sematext/logagent](https://hub.docker.com/r/sematext/logagent/) for log collection. Both images are available as Docker certified images: - [sematext/agent certified](https://hub.docker.com/_/sematext-agent-monitoring-and-logging) -...
Windows users require a complicated setup for Visual Studio VC++. It would be very helpful to have gc-stats as pre-compiled module e.g. using http://www.appveyor.com/ and https://github.com/mapbox/node-pre-gyp
Hi, are there any plans to use optimize the image size? We where using iojs image and a customer complained about the image with more than 700 MB, and suggested...