Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ The value passed to the service resource's ensure parameter for promtail's servi
Data type: `Hash`

Describes how Promtail connects to multiple instances of Loki, sending logs to each.
See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
for all parameters.

##### <a name="positions_config_hash"></a>`positions_config_hash`

Data type: `Hash`

Describes how to save read file offsets to disk.
See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
for all parameters.

##### <a name="scrape_configs_hash"></a>`scrape_configs_hash`
Expand All @@ -157,7 +157,7 @@ Data type: `Hash`

Each scrape_config block configures how Promtail can scrape logs from a series of targets
using a specified discovery method.
See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
for all parameters.

##### <a name="bin_dir"></a>`bin_dir`
Expand Down Expand Up @@ -187,7 +187,7 @@ Data type: `Optional[Hash]`

Configures Promtail's behavior as an HTTP server. Defaults will be used if this block
is omitted.
See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
for all parameters.

Default value: ``undef``
Expand All @@ -198,7 +198,7 @@ Data type: `Optional[Hash]`

Configures how tailed targets will be watched. Defaults will be used if this block
is omitted.
See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
for all parameters.

Default value: ``undef``
Expand Down
10 changes: 5 additions & 5 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
#
# @param [Hash] clients_config_hash
# Describes how Promtail connects to multiple instances of Loki, sending logs to each.
# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
# for all parameters.
#
# @param [Hash] positions_config_hash
# Describes how to save read file offsets to disk.
# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
# for all parameters.
#
# @param [Hash] scrape_configs_hash
# Each scrape_config block configures how Promtail can scrape logs from a series of targets
# using a specified discovery method.
# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
# for all parameters.
#
# @param [Stdlib::Absolutepath] bin_dir
Expand All @@ -41,13 +41,13 @@
# @param [Optional[Hash]] server_config_hash
# Configures Promtail's behavior as an HTTP server. Defaults will be used if this block
# is omitted.
# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
# for all parameters.
#
# @param [Optional[Hash]] target_config_hash
# Configures how tailed targets will be watched. Defaults will be used if this block
# is omitted.
# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
# for all parameters.
#
# @param [Optional[Stdlib::Absolutepath]] password_file_path
Expand Down