Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Support for Data Dogs new log managment? #10

Open
haggerty-william opened this issue Mar 9, 2018 · 2 comments
Open

Support for Data Dogs new log managment? #10

haggerty-william opened this issue Mar 9, 2018 · 2 comments

Comments

@haggerty-william
Copy link

Are there plans to support Data dog as a log server instead of using it just as an event system?

FYI: https://www.datadoghq.com/log-management/

@egorchabala
Copy link

+1 to have Serilog integration with Datadog Log Management. Since they acquired Loggly, I think the following sink may be considered as good starting point - https://github.com/serilog/serilog-sinks-loggly

@CumpsD
Copy link

CumpsD commented Jun 13, 2018

Apparently you can just use https://github.com/pauldambra/Serilog.Sinks.Network for the new log stuff.

"WriteTo": [
      {
        "Name": "UDPSink", "Args": { "uri": "http://127.0.0.1", "port": "10125" }
      }
    ],

and

init_config: 

instances: 
    [{}]

#Log section
logs: 
   - type: udp
     port: 10125
     service: some-serilog-yaml
     source: some-datadog-docker
     sourcecategory: some-datadog-publicservices
     tags: some-datadog-tag1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants