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

Improvements to the ECS plugins #269

Closed adnanrahic closed 3 years ago

adnanrahic commented 3 years ago

Added:

Sample FireLens config:

"logConfiguration": {
  "logDriver": "awsfirelens",
  "secretOptions": null,
  "options": {
    "Format": "json",
    "Header": "sourceName <nginx/apache/postgres/whatever>",
    "compress": "gzip",
    "Port": "443",
    "Host": "logsene-receiver.apps.sematext.com",
    "TLS": "on",
    "URI": "/<token>",
    "Match": "*",
    "Name": "http"
  }
},