Support custom success codes in http input (#6549)

This commit is contained in:
Dheeraj Dwivedi
2019-10-22 02:53:36 +05:30
committed by Daniel Nelson
parent 3802c8b8cb
commit a01d273c45
4 changed files with 51 additions and 4 deletions

View File

@@ -2604,6 +2604,9 @@
# ## Amount of time allowed to complete the HTTP request
# # timeout = "5s"
#
# ## List of success status codes
# # success_status_codes = [200]
#
# ## Data format to consume.
# ## Each data format has its own unique set of configuration options, read
# ## more about them here: