diff --git a/README.md b/README.md index 3241eb474..b166d0e3c 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,8 @@ For instance, put the following lines into `Telegraf` config, so it sends data t Do not forget substituting `` with the real address where VictoriaMetrics runs. -Another option is to enable TCP and UDP receiver for Influx line protocol via `-influxListenAddr` command-line flag. +Another option is to enable TCP and UDP receiver for Influx line protocol via `-influxListenAddr` command-line flag +and stream plain Influx line protocol data to the configured TCP and/or UDP addresses. VictoriaMetrics maps Influx data using the following rules: diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 3241eb474..b166d0e3c 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -272,7 +272,8 @@ For instance, put the following lines into `Telegraf` config, so it sends data t Do not forget substituting `` with the real address where VictoriaMetrics runs. -Another option is to enable TCP and UDP receiver for Influx line protocol via `-influxListenAddr` command-line flag. +Another option is to enable TCP and UDP receiver for Influx line protocol via `-influxListenAddr` command-line flag +and stream plain Influx line protocol data to the configured TCP and/or UDP addresses. VictoriaMetrics maps Influx data using the following rules: diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 000000000..e3d54e820 Binary files /dev/null and b/docs/logo.png differ