Skip to content

Commit b0747d3

Browse files
committed
Fix Processor IgnoreFailure property name mapping #4114
(cherry-picked from commit f7eb873)
1 parent d3f062d commit b0747d3

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-
[JsonProperty("ignore_failue")]
37+
[JsonProperty("ignore_failure")]
3838
bool? IgnoreFailure { get; set; }
3939
}
4040

0 commit comments

Comments
 (0)