Skip to content

Commit 66d9b48

Browse files
blemaslerusscam
authored andcommitted
Fix Processor IgnoreFailure property name mapping (#4114)
1 parent b669afd commit 66d9b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Ingest/Processor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public interface IProcessor
3434
string Tag { get; set; }
3535

3636
/// <summary> When a failure happens, ignore it and proceed to the next processor </summary>
37-
[DataMember(Name = "ignore_failue")]
37+
[DataMember(Name = "ignore_failure")]
3838
bool? IgnoreFailure { get; set; }
3939
}
4040

0 commit comments

Comments
 (0)