Http_poller input plugin issue

 10:54:06.777 [LogStash::Runner] DEBUG logstash.runner - --------------- Logstash Settings -------------------
 10:54:06.824 [LogStash::Runner] DEBUG logstash.agent - Agent: Configuring metric collection
 10:54:06.840 [LogStash::Runner] DEBUG logstash.instrument.periodicpoller.os - PeriodicPoller: Starting {:polling_interval=>5, :polling_timeout=>120}
 10:54:06.887 [LogStash::Runner] DEBUG logstash.instrument.periodicpoller.jvm - PeriodicPoller: Starting {:polling_interval=>5, :polling_timeout=>120}
 10:54:06.996 [LogStash::Runner] DEBUG logstash.instrument.periodicpoller.persistentqueue - PeriodicPoller: Starting {:polling_interval=>5, :polling_timeout=>120}
 10:54:07.059 [LogStash::Runner] DEBUG logstash.agent - Reading config file {:config_file=>"C:/DATA/Logstash/logstash-5.2.2/bin/logstashAPI.config"}
 10:54:07.731 [LogStash::Runner] DEBUG logstash.plugins.registry - On demand adding plugin to the registry {:name=>"http_poller", :type=>"input", :class=>LogStash::Inputs::HTTP_Poller}
 10:54:07.746 [LogStash::Runner] WARN  logstash.inputs.http_poller - You are using a deprecated config setting "interval" set in http_poller. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future.  If you have any
 questions about this, please visit the #logstash channel on freenode irc. {:name=>"interval", :plugin=><LogStash::Inputs::HTTP_Poller urls=>{"uat3"=>"https://MyTeamCityServer/app/rest/server/"}, interval=>60, codec=>"json", truststore=>"C:\\DATA\\Log
 stash\\certfile\\RootFile.jks", id=>"44d33c5fb43af50fe180e0c136aa3d44f5bc0436-1">}
 10:54:07.777 [LogStash::Runner] DEBUG logstash.plugins.registry - On demand adding plugin to the registry {:name=>"json", :type=>"codec", :class=>LogStash::Codecs::JSON}
 10:54:07.793 [LogStash::Runner] DEBUG logstash.codecs.json - config LogStash::Codecs::JSON/@id = "json_bd65a57c-9608-456d-a521-9fcf559ec37e"
 10:54:07.793 [LogStash::Runner] DEBUG logstash.codecs.json - config LogStash::Codecs::JSON/@enable_metric = true
 10:54:07.793 [LogStash::Runner] DEBUG logstash.codecs.json - config LogStash::Codecs::JSON/@charset = "UTF-8"
 10:54:07.793 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@urls = {"uat3"=>"https://MyTeamCityServer/app/rest/server/"}
 10:54:07.809 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@interval = 60
 10:54:07.809 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@codec = <LogStash::Codecs::JSON id=>"json_bd65a57c-9608-456d-a521-9fcf559ec37e", enable_metric=>true, charset=>"UTF-8">
 10:54:07.809 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@truststore = "C:\\DATA\\Logstash\\certfile\\RootFile.jks"
 10:54:07.824 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@id = "44d33c5fb43af50fe180e0c136aa3d44f5bc0436-1"
 10:54:07.824 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@enable_metric = true
 10:54:07.824 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@add_field = {}
 10:54:07.824 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@request_timeout = 60
 10:54:07.824 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@socket_timeout = 10
 10:54:07.824 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@connect_timeout = 10
 10:54:07.824 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@follow_redirects = true
 10:54:07.840 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@pool_max = 50
 10:54:07.840 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@pool_max_per_route = 25
 10:54:07.840 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@keepalive = true
 10:54:07.840 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@automatic_retries = 1
 10:54:07.856 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@retry_non_idempotent = false
 10:54:08.684 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@validate_after_inactivity = 200
 10:54:08.684 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@ssl_certificate_validation = true
 10:54:08.715 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@keystore_type = "JKS"
 10:54:08.715 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@truststore_type = "JKS"
 10:54:08.715 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@cookies = true
 10:54:08.715 [LogStash::Runner] DEBUG logstash.inputs.http_poller - config LogStash::Inputs::HTTP_Poller/@metadata_target = "@metadata"
 10:54:08.731 [LogStash::Runner] DEBUG logstash.plugins.registry - On demand adding plugin to the registry {:name=>"stdout", :type=>"output", :class=>LogStash::Outputs::Stdout}
 10:54:08.762 [LogStash::Runner] DEBUG logstash.plugins.registry - On demand adding plugin to the registry {:name=>"rubydebug", :type=>"codec", :class=>LogStash::Codecs::RubyDebug}
 10:54:08.762 [LogStash::Runner] DEBUG logstash.codecs.rubydebug - config LogStash::Codecs::RubyDebug/@id = "rubydebug_1aab7cc6-a81e-412a-95ba-6bc1c7db1d02"
 10:54:08.777 [LogStash::Runner] DEBUG logstash.codecs.rubydebug - config LogStash::Codecs::RubyDebug/@enable_metric = true
 10:54:08.777 [LogStash::Runner] DEBUG logstash.codecs.rubydebug - config LogStash::Codecs::RubyDebug/@metadata = false
 10:54:08.934 [LogStash::Runner] DEBUG logstash.outputs.stdout - config LogStash::Outputs::Stdout/@codec = <LogStash::Codecs::RubyDebug id=>"rubydebug_1aab7cc6-a81e-412a-95ba-6bc1c7db1d02", enable_metric=>true, metadata=>false>
 10:54:08.949 [LogStash::Runner] DEBUG logstash.outputs.stdout - config LogStash::Outputs::Stdout/@id = "44d33c5fb43af50fe180e0c136aa3d44f5bc0436-2"
 10:54:08.949 [LogStash::Runner] DEBUG logstash.outputs.stdout - config LogStash::Outputs::Stdout/@enable_metric = true
 10:54:08.965 [LogStash::Runner] DEBUG logstash.outputs.stdout - config LogStash::Outputs::Stdout/@workers = 1