Current condition for pagination termination contains [[else]][[.last_response.terminate_pagination]][[end]] which results in error logs when pagination is completed.
Removing this else condition will not result in error logs.
Error logs that are getting logged is:
[elastic_agent.filebeat][error] error processing response: template: :1:107: executing "" at <.last_response.terminate_pagination>: map has no entry for key "terminate_pagination"
Current condition for pagination termination contains
[[else]][[.last_response.terminate_pagination]][[end]]which results in error logs when pagination is completed.Removing this
elsecondition will not result in error logs.Error logs that are getting logged is:
[elastic_agent.filebeat][error] error processing response: template: :1:107: executing "" at <.last_response.terminate_pagination>: map has no entry for key "terminate_pagination"