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 d3f062d commit b0747d3Copy full SHA for b0747d3
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
- [JsonProperty("ignore_failue")]
+ [JsonProperty("ignore_failure")]
38
bool? IgnoreFailure { get; set; }
39
}
40
0 commit comments