We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30dbd3c commit f7eb873Copy full SHA for f7eb873
src/Nest/Ingest/Processor.cs
@@ -34,7 +34,7 @@ public interface IProcessor
34
string Tag { get; set; }
35
36
/// <summary> When a failure happens, ignore it and proceed to the next processor </summary>
37
- [DataMember(Name = "ignore_failue")]
+ [DataMember(Name = "ignore_failure")]
38
bool? IgnoreFailure { get; set; }
39
}
40
0 commit comments