Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Minor comment fix in ElasticsearchSinkOptions.cs (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorads authored and mivano committed Jan 10, 2020
1 parent c67bc68 commit b08b28a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@ public class ElasticsearchSinkOptions
public EmitEventFailureHandling EmitEventFailure { get; set; }

/// <summary>
/// Sink to use when Elasticsearch is unable to accept the events. This is optionally and depends on the EmitEventFailure setting.
/// Sink to use when Elasticsearch is unable to accept the events. This is optional and depends on the EmitEventFailure setting.
/// </summary>
public ILogEventSink FailureSink { get; set; }

/// <summary>
/// A callback which can be used to handle logevents which are not submitted to Elasticsearch
/// like when it is unable to accept the events. This is optionally and depends on the EmitEventFailure setting.
/// like when it is unable to accept the events. This is optional and depends on the EmitEventFailure setting.
/// </summary>
public Action<LogEvent> FailureCallback { get; set; }

Expand Down Expand Up @@ -397,4 +397,4 @@ public enum RegisterTemplateRecovery
/// </summary>
FailSink = 8
}
}
}

0 comments on commit b08b28a

Please sign in to comment.