Skip to content

fix/test fallback serilog (#523) #524

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

Open
wants to merge 1 commit into
base: 8.18
Choose a base branch
from
Open

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented Jul 7, 2025

  • Test fallback
  • update
  • Ensure fallback mechanism works with the latest ingest-dotnet

(cherry picked from commit a4c06a5)

- Test fallback
- update
- Ensure fallback mechanism works with the latest ingest-dotnet

(cherry picked from commit a4c06a5)
@Mpdreamz Mpdreamz self-assigned this Jul 7, 2025
Copy link

github-actions bot commented Jul 7, 2025

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@Mpdreamz
Copy link
Member Author

Mpdreamz commented Jul 7, 2025

run docs-build

@@ -136,8 +136,11 @@ public ElasticsearchSink(ElasticsearchSinkOptions<TEcsDocument> options)
var channelOptions = new DataStreamChannelOptions<TEcsDocument>(options.Transport)
{
DataStream = options.DataStream,
ExportMaxRetriesCallback = EmitExportFailures
ExportMaxRetriesCallback = EmitExportFailures,
ExportExceptionCallback = _ =>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What value does assignment of empty-delegate for ExportExceptionCallback provide ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None, that's debug code I should have removed. Good catch !

@santhuuu0007
Copy link

santhuuu0007 commented Jul 18, 2025

@snakefoot, can you please check when you get a chance?

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

Successfully merging this pull request may close these issues.

3 participants