From e4d66111fc4bd7d4ba66142593481da91de5c564 Mon Sep 17 00:00:00 2001 From: meelahme Date: Thu, 27 Feb 2025 19:22:15 -0800 Subject: [PATCH 01/17] Adding a port exposure note to Core get started page (#5862) --- content/shared/v3-core-get-started/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index edc72fe82..1618dbfbc 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -164,6 +164,9 @@ To run the [Docker image](/influxdb3/core/install/#docker-image) and persist dat - `-v /path/on/host:/path/in/container`: Mounts a directory from your filesystem to the container - `--object-store file --data-dir /path/in/container`: Uses the mount for server storage +> [!Note] +> The InfluxDB 3 Core Docker image **can expose port 8181**. + ```bash # FILESYSTEM USING DOCKER # Create a mount From a77a5950bb47782f900df750fa61bf677132097d Mon Sep 17 00:00:00 2001 From: Swayam Sharma <93614727+swayamsharma16@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:13:22 +0530 Subject: [PATCH 02/17] fix broken links in configuration.md --- content/telegraf/v1/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/telegraf/v1/configuration.md b/content/telegraf/v1/configuration.md index 3485c8778..dc0ba4141 100644 --- a/content/telegraf/v1/configuration.md +++ b/content/telegraf/v1/configuration.md @@ -55,8 +55,8 @@ The generated file contains settings for all available plugins--some are enabled To generate a configuration file that contains settings for only specific plugins, use the `--input-filter` and `--output-filter` options to -specify [input plugins](/telegraf/v1/plugins/input_plugins) -and [output plugins](/telegraf/v1/plugins/output_plugins/). +specify [input plugins](/telegraf/v1/plugins/#input-plugins/) +and [output plugins](/telegraf/v1/plugins/#output-plugins). Use a colon (`:`) to separate plugin names. #### Syntax From 4467afff3cb9fa2c01050a4a04c43ca8c8434497 Mon Sep 17 00:00:00 2001 From: Swayam Sharma <93614727+swayamsharma16@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:16:20 +0530 Subject: [PATCH 03/17] fix broken links in install.md --- content/telegraf/v1/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/telegraf/v1/install.md b/content/telegraf/v1/install.md index b812ec401..6dfed9c79 100644 --- a/content/telegraf/v1/install.md +++ b/content/telegraf/v1/install.md @@ -584,8 +584,8 @@ telegraf config > telegraf.conf To generate a configuration file that contains settings for only specific plugins, use the `--input-filter` and `--output-filter` options to -specify [input plugins](/telegraf/v1/plugins/input_plugins) -and [output plugins](/telegraf/v1/plugins/output_plugins/)--for example: +specify [input plugins](/telegraf/v1/plugins/#input-plugins/) +and [output plugins](/telegraf/v1/plugins/#output-plugins/)--for example: {{% code-placeholders "cpu|http|influxdb_v2|file" %}} From ba44ebfe5c3a404ed5d3537607a881134947427c Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:53:53 -0800 Subject: [PATCH 04/17] Update content/shared/v3-core-get-started/_index.md Co-authored-by: Jason Stirnaman --- content/shared/v3-core-get-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 1618dbfbc..2b69502ae 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -165,7 +165,7 @@ To run the [Docker image](/influxdb3/core/install/#docker-image) and persist dat - `--object-store file --data-dir /path/in/container`: Uses the mount for server storage > [!Note] -> The InfluxDB 3 Core Docker image **can expose port 8181**. +> The {{% product-name %}} Docker image exposes port `8181`, the default for the `influxdb3` server HTTP port. ```bash # FILESYSTEM USING DOCKER From ec6d5bd95162cce29e4029b0049055a67d452624 Mon Sep 17 00:00:00 2001 From: meelahme Date: Fri, 28 Feb 2025 13:56:59 -0800 Subject: [PATCH 05/17] update to note --- content/shared/v3-core-get-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 1618dbfbc..09d4266a9 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -165,7 +165,7 @@ To run the [Docker image](/influxdb3/core/install/#docker-image) and persist dat - `--object-store file --data-dir /path/in/container`: Uses the mount for server storage > [!Note] -> The InfluxDB 3 Core Docker image **can expose port 8181**. +> The InfluxDB 3 Core Docker image can expose port 8181. ```bash # FILESYSTEM USING DOCKER From ed7c48bb885ce8facf8da82401f073275db5d7ea Mon Sep 17 00:00:00 2001 From: meelahme Date: Fri, 28 Feb 2025 14:20:14 -0800 Subject: [PATCH 06/17] Adding docker note to Core install guide --- content/influxdb3/core/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/influxdb3/core/install.md b/content/influxdb3/core/install.md index 36034fd60..be0ed3773 100644 --- a/content/influxdb3/core/install.md +++ b/content/influxdb3/core/install.md @@ -155,5 +155,7 @@ docker pull \ --platform linux/arm64 \ quay.io/influxdb/influxdb3-core:latest ``` +> [!Note] +> The {{% product-name %}} Docker image exposes port `8181`, the default for the `influxdb3` server HTTP port. {{< page-nav next="/influxdb3/core/get-started/" nextText="Get started with InfluxDB 3 Core" >}} From addbf2768fa7c47e6c02c8b6acf1e1ec0eeb2b27 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:26:59 -0800 Subject: [PATCH 07/17] conflict update --- content/shared/v3-core-get-started/_index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 4410691f7..2b69502ae 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -165,11 +165,7 @@ To run the [Docker image](/influxdb3/core/install/#docker-image) and persist dat - `--object-store file --data-dir /path/in/container`: Uses the mount for server storage > [!Note] -<<<<<<< HEAD -> The InfluxDB 3 Core Docker image can expose port 8181. -======= > The {{% product-name %}} Docker image exposes port `8181`, the default for the `influxdb3` server HTTP port. ->>>>>>> refs/remotes/origin/docs/v3/docker-port-update-5826 ```bash # FILESYSTEM USING DOCKER From ed5ad593aa1d84545ab4c815ca8fafbb1b5d68bd Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:40:07 -0800 Subject: [PATCH 08/17] Update _index.md trail two of fixing merge conflict --- content/shared/v3-core-get-started/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 2b69502ae..a5ebb2300 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -165,6 +165,7 @@ To run the [Docker image](/influxdb3/core/install/#docker-image) and persist dat - `--object-store file --data-dir /path/in/container`: Uses the mount for server storage > [!Note] +> > The {{% product-name %}} Docker image exposes port `8181`, the default for the `influxdb3` server HTTP port. ```bash From a54ebf9ba82ce9a40556d7e891535db1e592f57c Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 4 Mar 2025 10:21:03 -0600 Subject: [PATCH 09/17] Update content/influxdb3/core/install.md --- content/influxdb3/core/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/influxdb3/core/install.md b/content/influxdb3/core/install.md index be0ed3773..05736350f 100644 --- a/content/influxdb3/core/install.md +++ b/content/influxdb3/core/install.md @@ -156,6 +156,7 @@ docker pull \ quay.io/influxdb/influxdb3-core:latest ``` > [!Note] -> The {{% product-name %}} Docker image exposes port `8181`, the default for the `influxdb3` server HTTP port. +> The {{% product-name %}} Docker image exposes port `8181`, the `influxdb` server default for HTTP connections. +> To map the exposed port to a different port when running a container, see the Docker guide for [Publishing and exposing ports](https://docs.docker.com/get-started/docker-concepts/running-containers/publishing-ports/). {{< page-nav next="/influxdb3/core/get-started/" nextText="Get started with InfluxDB 3 Core" >}} From a843d75057716386c84b521fe1e601713fcb9706 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 4 Mar 2025 10:21:08 -0600 Subject: [PATCH 10/17] Update content/shared/v3-core-get-started/_index.md --- content/shared/v3-core-get-started/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index a5ebb2300..581f79692 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -166,7 +166,8 @@ To run the [Docker image](/influxdb3/core/install/#docker-image) and persist dat > [!Note] > -> The {{% product-name %}} Docker image exposes port `8181`, the default for the `influxdb3` server HTTP port. +> The {{% product-name %}} Docker image exposes port `8181`, the `influxdb` server default for HTTP connections. +> To map the exposed port to a different port when running a container, see the Docker guide for [Publishing and exposing ports](https://docs.docker.com/get-started/docker-concepts/running-containers/publishing-ports/). ```bash # FILESYSTEM USING DOCKER From d069769cd088db6041b0c9c0a8baffcfc2ced513 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 4 Mar 2025 10:23:37 -0600 Subject: [PATCH 11/17] Update content/influxdb3/core/install.md --- content/influxdb3/core/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb3/core/install.md b/content/influxdb3/core/install.md index 05736350f..128a55c9f 100644 --- a/content/influxdb3/core/install.md +++ b/content/influxdb3/core/install.md @@ -156,7 +156,7 @@ docker pull \ quay.io/influxdb/influxdb3-core:latest ``` > [!Note] -> The {{% product-name %}} Docker image exposes port `8181`, the `influxdb` server default for HTTP connections. +> The {{% product-name %}} Docker image exposes port `8181`, the `influxdb3` server default for HTTP connections. > To map the exposed port to a different port when running a container, see the Docker guide for [Publishing and exposing ports](https://docs.docker.com/get-started/docker-concepts/running-containers/publishing-ports/). {{< page-nav next="/influxdb3/core/get-started/" nextText="Get started with InfluxDB 3 Core" >}} From b040ba2b3e9b0aec2e6beb42f0e09c901457848c Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 4 Mar 2025 10:24:00 -0600 Subject: [PATCH 12/17] Update content/shared/v3-core-get-started/_index.md --- content/shared/v3-core-get-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 581f79692..bf49a1463 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -166,7 +166,7 @@ To run the [Docker image](/influxdb3/core/install/#docker-image) and persist dat > [!Note] > -> The {{% product-name %}} Docker image exposes port `8181`, the `influxdb` server default for HTTP connections. +> The {{% product-name %}} Docker image exposes port `8181`, the `influxdb3` server default for HTTP connections. > To map the exposed port to a different port when running a container, see the Docker guide for [Publishing and exposing ports](https://docs.docker.com/get-started/docker-concepts/running-containers/publishing-ports/). ```bash From 36ae6d0fac6fd7e29cf47382ad00e9ad55cb857f Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 4 Mar 2025 10:37:57 -0600 Subject: [PATCH 13/17] Update content/telegraf/v1/configuration.md --- content/telegraf/v1/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/telegraf/v1/configuration.md b/content/telegraf/v1/configuration.md index dc0ba4141..2c296d90e 100644 --- a/content/telegraf/v1/configuration.md +++ b/content/telegraf/v1/configuration.md @@ -55,7 +55,7 @@ The generated file contains settings for all available plugins--some are enabled To generate a configuration file that contains settings for only specific plugins, use the `--input-filter` and `--output-filter` options to -specify [input plugins](/telegraf/v1/plugins/#input-plugins/) +specify [input plugins](/telegraf/v1/configure_plugins/input_plugins/) and [output plugins](/telegraf/v1/plugins/#output-plugins). Use a colon (`:`) to separate plugin names. From 4de177cb811c4a700adbdd146c1efa2fcb763873 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 4 Mar 2025 10:38:06 -0600 Subject: [PATCH 14/17] Update content/telegraf/v1/install.md --- content/telegraf/v1/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/telegraf/v1/install.md b/content/telegraf/v1/install.md index 6dfed9c79..dc575b832 100644 --- a/content/telegraf/v1/install.md +++ b/content/telegraf/v1/install.md @@ -584,7 +584,7 @@ telegraf config > telegraf.conf To generate a configuration file that contains settings for only specific plugins, use the `--input-filter` and `--output-filter` options to -specify [input plugins](/telegraf/v1/plugins/#input-plugins/) +specify [input plugins](/telegraf/v1/configure_plugins/input_plugins/) and [output plugins](/telegraf/v1/plugins/#output-plugins/)--for example: {{% code-placeholders "cpu|http|influxdb_v2|file" %}} From f628d3ad5e525e9d1c07eb0df295e3883a175cc2 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 4 Mar 2025 10:38:12 -0600 Subject: [PATCH 15/17] Update content/telegraf/v1/configuration.md --- content/telegraf/v1/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/telegraf/v1/configuration.md b/content/telegraf/v1/configuration.md index 2c296d90e..e338f3d8e 100644 --- a/content/telegraf/v1/configuration.md +++ b/content/telegraf/v1/configuration.md @@ -56,7 +56,7 @@ The generated file contains settings for all available plugins--some are enabled To generate a configuration file that contains settings for only specific plugins, use the `--input-filter` and `--output-filter` options to specify [input plugins](/telegraf/v1/configure_plugins/input_plugins/) -and [output plugins](/telegraf/v1/plugins/#output-plugins). +and [output plugins](/telegraf/v1/configure_plugins/output_plugins/). Use a colon (`:`) to separate plugin names. #### Syntax From 5fe70a938ad98710480cb364a0469a4c01e71a40 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 4 Mar 2025 10:38:19 -0600 Subject: [PATCH 16/17] Update content/telegraf/v1/install.md --- content/telegraf/v1/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/telegraf/v1/install.md b/content/telegraf/v1/install.md index dc575b832..31a30cc6d 100644 --- a/content/telegraf/v1/install.md +++ b/content/telegraf/v1/install.md @@ -585,7 +585,7 @@ telegraf config > telegraf.conf To generate a configuration file that contains settings for only specific plugins, use the `--input-filter` and `--output-filter` options to specify [input plugins](/telegraf/v1/configure_plugins/input_plugins/) -and [output plugins](/telegraf/v1/plugins/#output-plugins/)--for example: +and [output plugins](/telegraf/v1/configure_plugins/output_plugins/)--for example: {{% code-placeholders "cpu|http|influxdb_v2|file" %}} From fe09b06fcb59ee32906f7615dbd18b32938ba353 Mon Sep 17 00:00:00 2001 From: antonmeyer Date: Tue, 4 Mar 2025 18:04:02 +0100 Subject: [PATCH 17/17] Update hour.md with example for local time (#5873) * Update hour.md with example for local time Update hour.md with example for local time * Update content/flux/v0/stdlib/date/hour.md --------- Co-authored-by: Scott Anderson --- content/flux/v0/stdlib/date/hour.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/flux/v0/stdlib/date/hour.md b/content/flux/v0/stdlib/date/hour.md index d2341d416..9bcec5324 100644 --- a/content/flux/v0/stdlib/date/hour.md +++ b/content/flux/v0/stdlib/date/hour.md @@ -62,6 +62,7 @@ Default is the `location` option. - [Return the hour of a time value](#return-the-hour-of-a-time-value) - [Return the hour of a relative duration](#return-the-hour-of-a-relative-duration) - [Return the current hour](#return-the-current-hour) +- [Return the hour in localtime ](#return-the-hour-in-localtime) ### Return the hour of a time value @@ -96,3 +97,11 @@ date.hour(t: now()) ``` +### Return the hour in local time + +```js +import "date" +import "timezone" + +date.hour(t: r._time, location: timezone.location(name: "Europe/Berlin")) +```