Merge branch 'master' into docs/v3/no_sync-5826

pull/5861/head
Jameelah Mercer 2025-03-04 12:48:54 -08:00 committed by GitHub
commit 1f48311577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 21 additions and 4 deletions

View File

@ -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"))
```

View File

@ -155,5 +155,8 @@ docker pull \
--platform linux/arm64 \
quay.io/influxdb/influxdb3-core:latest
```
> [!Note]
> 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" >}}

View File

@ -164,6 +164,11 @@ 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 {{% 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
# FILESYSTEM USING DOCKER
# Create a mount

View File

@ -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/configure_plugins/input_plugins/)
and [output plugins](/telegraf/v1/configure_plugins/output_plugins/).
Use a colon (`:`) to separate plugin names.
#### Syntax

View File

@ -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/configure_plugins/input_plugins/)
and [output plugins](/telegraf/v1/configure_plugins/output_plugins/)--for example:
{{% code-placeholders "cpu|http|influxdb_v2|file" %}}