Code Monkey home page Code Monkey logo

docker-abap-log-exporter-tester's Introduction

abap-log-exporter

start

docker-compose -f docker-compose-graylog.yml up
docker-compose -f docker-compose-grafana-loki.yml up
docker-compose -f docker-compose-fluentd.yml up

updates

graylog

plugins: https://docs.graylog.org/en/3.3/pages/integrations/setup.html

utils

Loki

curl -v -H "Content-Type: application/json" -XPOST -s "http://localhost:3100/api/prom/push" --data-raw '{"streams": [{ "labels": "{foo=\"bar\"}", "entries": [{ "ts": "2020-04-11T14:01:06.801064-04:00", "line": "fizzbuzz" }] }]}'

graylog

curl -v -X POST -H 'Content-Type: application/json' -d '{ "version": "1.1", "host": "example.org", "short_message": "A short message", "level": 5, "_some_info": "foo" }' 'http://graylog:12201/gelf'

fluentd

curl -X POST -d 'json={"json":"message"}' http://localhost:9880/sample.test

based on

Loki

https://github.com/grafana/loki/tree/master/production

graylog

https://hometechhacker.com/how-to-create-a-graylog-container-in-docker/

https://mfyz.com/quick-and-dirty-set-up-graylog-in-5-minutes-with-docker/

https://github.com/pecigonzalo/graylog-compose/blob/master/docker-compose.yml

fluentd

https://docs.fluentd.org/v/0.12/container-deployment/install-by-docker

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.