Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hosting Support for Graylog #285

Open
dansiegel opened this issue Nov 23, 2024 · 0 comments
Open

Add Hosting Support for Graylog #285

dansiegel opened this issue Nov 23, 2024 · 0 comments
Labels
help wanted Extra attention is needed integration A new .NET Aspire integration

Comments

@dansiegel
Copy link

.NET Aspire issue link

No response

Overview

Add support for setting up Graylog. This is particularly helpful to capture logging from systems that may need to be either UDP or TCP in either the Syslog or Graylog formats.

Usage example

builder.AddGraylogServer("graylog", options => {
    options.ConfigureElasticSearch(elastic => { });
    options.ConfigureMongoDb(mongo => { });
});

Additional context

No response

Help us help you

Yes, I'd like to be assigned to work on this item

@aaronpowell aaronpowell added help wanted Extra attention is needed integration A new .NET Aspire integration labels Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed integration A new .NET Aspire integration
Projects
None yet
Development

No branches or pull requests

2 participants