influxdata / kapacitor

Open source framework for processing, monitoring, and alerting on time series data
MIT License
2.31k stars 492 forks source link

Kafka cluster cannot receive alerts #2017

Closed CoderOverflow closed 6 years ago

CoderOverflow commented 6 years ago

Hi, I used the latest release binary package kapacitor v1.5.1 on windows server 2003. I tried to send some data to my kafka cluster, but the data cannot be send to it. Only the topic can be created automatically.

I used the tickscript as following //============================== stream |from() .measurement('win_cpu') |alert() .crit(lambda: "Percent_Processor_Time" > 80) .message('Hey, check your CPU') .kafka() .cluster('kafka01') .kafkaTopic('cpu-alerts')

// .log('C:\tick_win\kapacitor-1.5.1-1\alert') // .mode(0644) //====================================

How to send the message to kafka cluster?

50buc 4 mdy 4aqezo2k7 b

image

sl fge9o2 0a o1yagyklza

08o69t2ajx y mt vu od

kapacitor.log

ts=2018-08-13T08:05:58.933+08:00 lvl=info msg="kapacitor starting" service=run version=1.5.1 branch=HEAD commit=89828ffff6cf5cd4cb2b34bf883e134395f734de ts=2018-08-13T08:05:58.933+08:00 lvl=info msg="go version" service=run version=go1.10.2 ts=2018-08-13T08:05:58.933+08:00 lvl=info msg="listing Kapacitor hostname" source=srv hostname=localhost ts=2018-08-13T08:05:58.933+08:00 lvl=info msg="listing ClusterID and ServerID" source=srv cluster_id=710a2e4b-2e12-418f-b3d8-4af1e6ef7886 server_id=30acba01-bbf9-4969-bc9d-271535ad9970 ts=2018-08-13T08:05:58.949+08:00 lvl=info msg="opened task master" service=kapacitor task_master=main ts=2018-08-13T08:05:58.949+08:00 lvl=info msg="service is configured to skip ssl verification" service=kafka ts=2018-08-13T08:05:59.824+08:00 lvl=info msg="UDF log" service=udf text="Starting agent for TTestHandler" ts=2018-08-13T08:05:59.870+08:00 lvl=info msg="UDF log" service=udf text="Agent finished" ts=2018-08-13T08:06:00.230+08:00 lvl=info msg="started task" service=kapacitor task_master=main task=kafka_cpu_alert ts=2018-08-13T08:06:00.230+08:00 lvl=info msg="starting HTTP service" service=http ts=2018-08-13T08:06:00.230+08:00 lvl=info msg=authentication service=http enabled=false ts=2018-08-13T08:06:00.230+08:00 lvl=info msg="listening on" service=http addr=0.0.0.0:9092 protocol=http ts=2018-08-13T08:06:00.230+08:00 lvl=info msg="listening for signals" service=run ts=2018-08-13T08:06:00.245+08:00 lvl=info msg="Starting target manager..." service=scraper ts=2018-08-13T08:06:00.386+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:00.3865+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=a910dda8-9e8c-11e8-8001-000000000000 duration=976.6碌s ts=2018-08-13T08:06:00.386+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:00.3865+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=a910dda8-9e8c-11e8-8002-000000000000 duration=976.6碌s ts=2018-08-13T08:06:00.386+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:00.3865+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=a910dda8-9e8c-11e8-8003-000000000000 duration=976.6碌s ts=2018-08-13T08:06:00.480+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:00.48025+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=a91f2bc4-9e8c-11e8-8004-000000000000 duration=0s ts=2018-08-13T08:06:00.480+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:00.48025+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=a91f2bc4-9e8c-11e8-8005-000000000000 duration=0s ts=2018-08-13T08:06:00.480+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:00.48025+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=a91f2bc4-9e8c-11e8-8006-000000000000 duration=0s ts=2018-08-13T08:06:06.230+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:06.214625+08:00 method=GET uri=/kapacitor/v1/tasks?dot-view=attributes&limit=100&offset=0&pattern=&replay-id=&script-format=formatted protocol=HTTP/1.1 status=200 referer=- user-agent=KapacitorClient request-id=ac8a2aca-9e8c-11e8-8007-000000000000 duration=15.625ms ts=2018-08-13T08:06:06.230+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:06.23025+08:00 method=GET uri=/kapacitor/v1/tasks?dot-view=attributes&limit=100&offset=300&pattern=&replay-id=&script-format=formatted protocol=HTTP/1.1 status=200 referer=- user-agent=KapacitorClient request-id=ac8c8d24-9e8c-11e8-8008-000000000000 duration=0s ts=2018-08-13T08:06:06.245+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:06.245875+08:00 method=GET uri=/kapacitor/v1/tasks?dot-view=attributes&limit=100&offset=100&pattern=&replay-id=&script-format=formatted protocol=HTTP/1.1 status=200 referer=- user-agent=KapacitorClient request-id=ac8eef7e-9e8c-11e8-8009-000000000000 duration=1.9531ms ts=2018-08-13T08:06:06.245+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:06.245875+08:00 method=GET uri=/kapacitor/v1/tasks?dot-view=attributes&limit=100&offset=200&pattern=&replay-id=&script-format=formatted protocol=HTTP/1.1 status=200 referer=- user-agent=KapacitorClient request-id=ac8eef7e-9e8c-11e8-800a-000000000000 duration=3.9063ms ts=2018-08-13T08:06:06.245+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:06.245875+08:00 method=GET uri=/kapacitor/v1/tasks?dot-view=attributes&limit=100&offset=400&pattern=&replay-id=&script-format=formatted protocol=HTTP/1.1 status=200 referer=- user-agent=KapacitorClient request-id=ac8eef7e-9e8c-11e8-800b-000000000000 duration=0s ts=2018-08-13T08:06:07.386+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:07.370875+08:00 method=GET uri=/kapacitor/v1/tasks/kafka_cpu_alert?dot-view=attributes&replay-id=&script-format=formatted protocol=HTTP/1.1 status=200 referer=- user-agent=KapacitorClient request-id=ad3a98ce-9e8c-11e8-800c-000000000000 duration=17.5781ms ts=2018-08-13T08:06:07.417+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:07.41775+08:00 method=GET uri=/kapacitor/v1/ping protocol=HTTP/1.1 status=204 referer=http://192.168.123.183:8888/sources/2/tickscript/kafka_cpu_alert user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" request-id=ad41bfdc-9e8c-11e8-800e-000000000000 duration=0s ts=2018-08-13T08:06:07.417+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:07.41775+08:00 method=GET uri=/kapacitor/v1/ping protocol=HTTP/1.1 status=204 referer=http://192.168.123.183:8888/sources/2/tickscript/kafka_cpu_alert user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" request-id=ad41bfdc-9e8c-11e8-800e-000000000000 duration=0s ts=2018-08-13T08:06:07.511+08:00 lvl=info msg="created log session" service=sessions id=5c78e478-1cb0-475d-a6d0-d3befe100cc8 content-type=application/json tags_0=task=kafka_cpu_alert ts=2018-08-13T08:06:10.027+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:10.0115+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=aecd8638-9e8c-11e8-8010-000000000000 duration=16.6016ms ts=2018-08-13T08:06:10.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:10.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=aed24aec-9e8c-11e8-8011-000000000000 duration=4.8829ms ts=2018-08-13T08:06:10.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:10.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=aed24aec-9e8c-11e8-8012-000000000000 duration=3.9062ms ts=2018-08-13T08:06:10.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:10.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=af045c4e-9e8c-11e8-8013-000000000000 duration=0s ts=2018-08-13T08:06:10.386+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:10.3865+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=af06bea8-9e8c-11e8-8014-000000000000 duration=976.5碌s ts=2018-08-13T08:06:10.386+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:10.3865+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=af06bea8-9e8c-11e8-8015-000000000000 duration=976.6碌s ts=2018-08-13T08:06:20.027+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:20.0115+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=b4c36738-9e8c-11e8-8016-000000000000 duration=16.6015ms ts=2018-08-13T08:06:20.058+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:20.058375+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=b4ca8e46-9e8c-11e8-8017-000000000000 duration=3.9063ms ts=2018-08-13T08:06:20.058+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:20.058375+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=b4ca8e46-9e8c-11e8-8018-000000000000 duration=4.8828ms ts=2018-08-13T08:06:30.027+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:30.0115+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=bab94838-9e8c-11e8-8019-000000000000 duration=17.5781ms ts=2018-08-13T08:06:30.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:30.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=babe0cec-9e8c-11e8-801b-000000000000 duration=6.8359ms ts=2018-08-13T08:06:30.058+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:30.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=babe0cec-9e8c-11e8-801a-000000000000 duration=16.6015ms ts=2018-08-13T08:06:30.355+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:30.35525+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=baedbbf4-9e8c-11e8-801c-000000000000 duration=0s ts=2018-08-13T08:06:30.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:30.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=baf01e4e-9e8c-11e8-801d-000000000000 duration=976.6碌s ts=2018-08-13T08:06:30.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:30.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=baf01e4e-9e8c-11e8-801e-000000000000 duration=976.6碌s ts=2018-08-13T08:06:44.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:40.85525+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=c12fe834-9e8c-11e8-801f-000000000000 duration=3.1884765s ts=2018-08-13T08:06:48.167+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:44.933375+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=c39e2df6-9e8c-11e8-8020-000000000000 duration=3.2363281s ts=2018-08-13T08:06:51.589+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:49.089625+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=c6185f7a-9e8c-11e8-8021-000000000000 duration=2.4970703s ts=2018-08-13T08:06:52.480+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:52.48025+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=c81dbdc4-9e8c-11e8-8022-000000000000 duration=0s ts=2018-08-13T08:06:54.839+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:54.839625+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=c985c0da-9e8c-11e8-8023-000000000000 duration=0s ts=2018-08-13T08:06:55.558+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:55.558375+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=c9f36d06-9e8c-11e8-8024-000000000000 duration=0s ts=2018-08-13T08:07:01.324+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:06:58.41775+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=cba7bb5c-9e8c-11e8-8025-000000000000 duration=2.9082031s ts=2018-08-13T08:07:03.292+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:03.29275+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=ce8f990c-9e8c-11e8-8026-000000000000 duration=976.5碌s ts=2018-08-13T08:07:06.480+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:03.808375+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=cede46a6-9e8c-11e8-8027-000000000000 duration=2.6728515s ts=2018-08-13T08:07:09.667+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:07.558375+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=d11a7b06-9e8c-11e8-8028-000000000000 duration=2.1103515s ts=2018-08-13T08:07:10.933+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:10.933375+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=d31d76f6-9e8c-11e8-8029-000000000000 duration=0s ts=2018-08-13T08:07:11.636+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:11.6365+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=d388c0c8-9e8c-11e8-802a-000000000000 duration=0s ts=2018-08-13T08:07:17.636+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:15.16775+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=d5a3943c-9e8c-11e8-802b-000000000000 duration=2.4599609s ts=2018-08-13T08:07:23.636+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:20.495875+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=d8d0961e-9e8c-11e8-802d-000000000000 duration=3.1416015s ts=2018-08-13T08:07:25.558+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:18.339625+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=d787919a-9e8c-11e8-802c-000000000000 duration=7.2197265s ts=2018-08-13T08:07:35.136+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:34.433375+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e11f47b6-9e8c-11e8-802e-000000000000 duration=703.125ms ts=2018-08-13T08:07:37.667+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:37.339625+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e2dabd1a-9e8c-11e8-802f-000000000000 duration=328.125ms ts=2018-08-13T08:07:39.495+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:38.839625+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e3bf9eda-9e8c-11e8-8030-000000000000 duration=656.25ms ts=2018-08-13T08:07:42.464+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:41.79275+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e5823b4c-9e8c-11e8-8031-000000000000 duration=671.875ms ts=2018-08-13T08:07:45.105+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:44.824+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e750c380-9e8c-11e8-8032-000000000000 duration=284.1796ms ts=2018-08-13T08:07:47.277+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:47.23025+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e8bfeda4-9e8c-11e8-8034-000000000000 duration=52.7343ms ts=2018-08-13T08:07:47.292+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:46.10525+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e8144454-9e8c-11e8-8033-000000000000 duration=1.1943359s ts=2018-08-13T08:07:47.292+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:47.29275+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e8c9770c-9e8c-11e8-8037-000000000000 duration=976.5碌s ts=2018-08-13T08:07:47.308+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:47.308375+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e8cbd966-9e8c-11e8-8038-000000000000 duration=976.5碌s ts=2018-08-13T08:07:47.308+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:47.308375+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e8cbd966-9e8c-11e8-8039-000000000000 duration=976.6碌s ts=2018-08-13T08:07:47.308+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:47.29275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e8c9770c-9e8c-11e8-8035-000000000000 duration=19.5312ms ts=2018-08-13T08:07:47.308+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:47.29275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e8c9770c-9e8c-11e8-8036-000000000000 duration=14.6485ms ts=2018-08-13T08:07:47.480+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:47.48025+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e8e61344-9e8c-11e8-803a-000000000000 duration=2.9297ms ts=2018-08-13T08:07:47.480+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:47.48025+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e8e61344-9e8c-11e8-803c-000000000000 duration=1.9531ms ts=2018-08-13T08:07:47.480+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:47.48025+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=e8e61344-9e8c-11e8-803b-000000000000 duration=4.8829ms ts=2018-08-13T08:07:50.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:50.027125+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=ea6ab292-9e8c-11e8-803d-000000000000 duration=20.5078ms ts=2018-08-13T08:07:50.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:50.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=ea6d14ec-9e8c-11e8-803e-000000000000 duration=4.8828ms ts=2018-08-13T08:07:50.058+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:50.058375+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=ea6f7746-9e8c-11e8-803f-000000000000 duration=3.9062ms ts=2018-08-13T08:07:50.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:50.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=ea9f264e-9e8c-11e8-8040-000000000000 duration=3.9063ms ts=2018-08-13T08:07:50.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:50.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=ea9f264e-9e8c-11e8-8042-000000000000 duration=2.9297ms ts=2018-08-13T08:07:50.386+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:50.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=ea9f264e-9e8c-11e8-8041-000000000000 duration=8.789ms ts=2018-08-13T08:07:50.417+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:50.402125+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=eaa3eb02-9e8c-11e8-8043-000000000000 duration=976.6碌s ts=2018-08-13T08:07:50.417+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:50.41775+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=eaa64d5c-9e8c-11e8-8044-000000000000 duration=976.5碌s ts=2018-08-13T08:07:50.417+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:07:50.41775+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=eaa64d5c-9e8c-11e8-8045-000000000000 duration=976.6碌s ts=2018-08-13T08:08:00.027+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:00.027125+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f0609392-9e8c-11e8-8046-000000000000 duration=9.7656ms ts=2018-08-13T08:08:00.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:00.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f062f5ec-9e8c-11e8-8047-000000000000 duration=3.9062ms ts=2018-08-13T08:08:00.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:00.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f062f5ec-9e8c-11e8-8048-000000000000 duration=3.9062ms ts=2018-08-13T08:08:00.355+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:00.35525+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f092a4f4-9e8c-11e8-8049-000000000000 duration=0s ts=2018-08-13T08:08:00.355+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:00.35525+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f092a4f4-9e8c-11e8-804a-000000000000 duration=976.6碌s ts=2018-08-13T08:08:00.355+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:00.35525+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f092a4f4-9e8c-11e8-804b-000000000000 duration=976.5碌s ts=2018-08-13T08:08:10.027+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:10.0115+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f6541238-9e8c-11e8-804c-000000000000 duration=17.5781ms ts=2018-08-13T08:08:10.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:10.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f658d6ec-9e8c-11e8-804d-000000000000 duration=3.9063ms ts=2018-08-13T08:08:10.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:10.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f658d6ec-9e8c-11e8-804e-000000000000 duration=3.9063ms ts=2018-08-13T08:08:10.355+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:10.35525+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f68885f4-9e8c-11e8-804f-000000000000 duration=0s ts=2018-08-13T08:08:10.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:10.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f68ae84e-9e8c-11e8-8050-000000000000 duration=976.5碌s ts=2018-08-13T08:08:10.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:10.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=f68ae84e-9e8c-11e8-8051-000000000000 duration=976.6碌s ts=2018-08-13T08:08:20.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:20.027125+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=fc4c5592-9e8c-11e8-8052-000000000000 duration=20.5079ms ts=2018-08-13T08:08:20.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:20.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=fc4eb7ec-9e8c-11e8-8053-000000000000 duration=4.8828ms ts=2018-08-13T08:08:20.058+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:20.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=fc4eb7ec-9e8c-11e8-8054-000000000000 duration=3.9063ms ts=2018-08-13T08:08:20.355+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:20.35525+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=fc7e66f4-9e8c-11e8-8055-000000000000 duration=0s ts=2018-08-13T08:08:20.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:20.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=fc80c94e-9e8c-11e8-8056-000000000000 duration=0s ts=2018-08-13T08:08:20.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:20.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=fc80c94e-9e8c-11e8-8057-000000000000 duration=976.5碌s ts=2018-08-13T08:08:30.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:30.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=024498ec-9e8d-11e8-8059-000000000000 duration=4.8828ms ts=2018-08-13T08:08:30.058+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:30.058375+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=0246fb46-9e8d-11e8-805a-000000000000 duration=3.9062ms ts=2018-08-13T08:08:30.058+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:30.027125+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=02423692-9e8d-11e8-8058-000000000000 duration=38.086ms ts=2018-08-13T08:08:40.027+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:40.0115+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=0835b538-9e8d-11e8-805b-000000000000 duration=16.6015ms ts=2018-08-13T08:08:40.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:40.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=083a79ec-9e8d-11e8-805c-000000000000 duration=4.8829ms ts=2018-08-13T08:08:40.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:40.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=083a79ec-9e8d-11e8-805d-000000000000 duration=2.9297ms ts=2018-08-13T08:08:40.355+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:40.35525+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=086a28f4-9e8d-11e8-805e-000000000000 duration=0s ts=2018-08-13T08:08:40.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:40.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=086c8b4e-9e8d-11e8-805f-000000000000 duration=976.5碌s ts=2018-08-13T08:08:40.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:40.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=086c8b4e-9e8d-11e8-8060-000000000000 duration=976.5碌s ts=2018-08-13T08:08:50.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:50.027125+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=0e2df892-9e8d-11e8-8061-000000000000 duration=20.5079ms ts=2018-08-13T08:08:50.042+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:50.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=0e305aec-9e8d-11e8-8062-000000000000 duration=4.8828ms ts=2018-08-13T08:08:50.058+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:50.04275+08:00 method=POST uri=/write?consistency=&db=_internal&precision=ns&rp=monitor protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=0e305aec-9e8d-11e8-8063-000000000000 duration=3.9063ms ts=2018-08-13T08:08:50.355+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:50.35525+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=0e6009f4-9e8d-11e8-8064-000000000000 duration=0s ts=2018-08-13T08:08:50.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:50.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=0e626c4e-9e8d-11e8-8065-000000000000 duration=976.5碌s ts=2018-08-13T08:08:50.370+08:00 lvl=info msg="http request" service=http host=127.0.0.1 username=- start=2018-08-13T08:08:50.370875+08:00 method=POST uri=/write?consistency=&db=telegraf&precision=ns&rp=autogen protocol=HTTP/1.1 status=204 referer=- user-agent=InfluxDBClient request-id=0e626c4e-9e8d-11e8-8066-000000000000 duration=976.6碌s ts=2018-08-13T08:08:54.402+08:00 lvl=info msg="signal received, initializing clean shutdown..." service=run ts=2018-08-13T08:08:54.402+08:00 lvl=info msg="waiting for clean shutdown..." service=run ts=2018-08-13T08:08:57.355+08:00 lvl=info msg="second signal received, initializing hard shutdown" service=run

CoderOverflow commented 6 years ago

Kafka config's problem