Skip to content

Commit 44e1e72

Browse files
authored
Merge pull request #2077 from fluent/lynettemiles/sc-150383/fix-links-in-fluent-bit-docs
2 parents 707a946 + df987d1 commit 44e1e72

File tree

7 files changed

+52
-51
lines changed

7 files changed

+52
-51
lines changed

.github/workflows/linkcheck.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Links
33
on:
44
schedule:
55
- cron: "00 18 1 * *"
6+
67
# Uncomment the following line while testing links in a single PR. Recomment when
78
# done. Be sure to comment out the 'Create Issue from File' section while testing.
89
# pull_request
@@ -24,10 +25,10 @@ jobs:
2425

2526
# If testing links on pull_request, comment these lines out!
2627

27-
- name: Create Issue From File
28-
if: steps.lychee.outputs.exit_code != 0
29-
uses: peter-evans/create-issue-from-file@v5
30-
with:
31-
title: Link Checker Report
32-
content-filepath: ./lychee/out.md
33-
labels: report, automated issue
28+
# - name: Create Issue From File
29+
# if: steps.lychee.outputs.exit_code != 0
30+
# uses: peter-evans/create-issue-from-file@v5
31+
# with:
32+
# title: Link Checker Report
33+
# content-filepath: ./lychee/out.md
34+
# labels: report, automated issue

development/wasm-filter-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Fluent Bit supports the following Wasm tool chains:
3232

3333
## Get started
3434

35-
As described in the general options in the [source installation](../installation/sources/build-and-install.md) guide, Wasm support is enabled by default. Compile Fluent Bit with Wasm support, for example:
35+
As described in the general options in the [source installation](../installation/downloads/source/build-and-install.md) guide, Wasm support is enabled by default. Compile Fluent Bit with Wasm support, for example:
3636

3737
```text
3838
cd build/

installation/downloads/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The default configuration of Fluent Bit ensures the following:
5555
- Consume all containers logs from the running node and parse them with either the `docker` or `cri` multi-line parser.
5656
- Persist how far it got into each file it's tailing so if a pod is restarted it picks up from where it left off.
5757
- The Kubernetes filter adds Kubernetes metadata, specifically `labels` and `annotations`. The filter only contacts the API Server when it can't find the cached information, otherwise it uses the cache.
58-
- The default backend in the configuration is Elasticsearch set by the [Elasticsearch Output Plugin](../pipeline/outputs/elasticsearch.md). It uses the Logstash format to ingest the logs. If you need a different `Index` and `Type`, refer to the plugin option and update as needed.
58+
- The default backend in the configuration is Elasticsearch set by the [Elasticsearch Output Plugin](../../pipeline/outputs/elasticsearch.md). It uses the Logstash format to ingest the logs. If you need a different `Index` and `Type`, refer to the plugin option and update as needed.
5959
- There is an option called `Retry_Limit`, which is set to `False`. If Fluent Bit can't flush the records to Elasticsearch, it will retry indefinitely until it succeeds.
6060

6161
## Windows deployment

installation/downloads/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The GPG Key fingerprint of the old key is:
3333
F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A
3434
```
3535

36-
Refer to the [supported platform documentation](supported-platforms.md) to see which platforms are supported in each release.
36+
Refer to the [supported platform documentation](../getting-started-with-fluent-bit.md#supported-platforms-and-packages) to see which platforms are supported in each release.
3737

3838
## Migration to Fluent Bit
3939

installation/downloads/source/build-and-install.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -171,58 +171,58 @@ Filter plugins let you modify, enrich or drop records. The following table descr
171171

172172
| Option | Description | Default |
173173
| :--- | :--- | :--- |
174-
| [`FLB_FILTER_AWS`](../../pipeline/filters/aws-metadata.md) | Enable AWS metadata filter | `On` |
175-
| [`FLB_FILTER_ECS`](../../pipeline/filters/ecs-metadata.md) | Enable AWS metadata filter | `On` |
174+
| [`FLB_FILTER_AWS`](../../../pipeline/filters/aws-metadata.md) | Enable AWS metadata filter | `On` |
175+
| [`FLB_FILTER_ECS`](../../../pipeline/filters/ecs-metadata.md) | Enable AWS metadata filter | `On` |
176176
| `FLB_FILTER_EXPECT` | Enable Expect data test filter | `On` |
177-
| [`FLB_FILTER_GREP`](../../pipeline/filters/grep.md) | Enable Grep filter | `On` |
178-
| [`FLB_FILTER_KUBERNETES`](../../pipeline/filters/kubernetes.md) | Enable Kubernetes metadata filter | `On` |
179-
| [`FLB_FILTER_LUA`](../../pipeline/filters/lua.md) | Enable Lua scripting filter | `On` |
180-
| [`FLB_FILTER_MODIFY`](../../pipeline/filters/modify.md) | Enable Modify filter | `On` |
181-
| [`FLB_FILTER_NEST`](../../pipeline/filters/nest.md) | Enable Nest filter | `On` |
182-
| [`FLB_FILTER_PARSER`](../../pipeline/filters/parser.md) | Enable Parser filter | `On` |
183-
| [`FLB_FILTER_RECORD_MODIFIER`](../../pipeline/filters/record-modifier.md) | Enable Record Modifier filter | `On` |
184-
| [`FLB_FILTER_REWRITE_TAG`](../../pipeline/filters/rewrite-tag.md) | Enable Rewrite Tag filter | `On` |
185-
| [`FLB_FILTER_STDOUT`](../../pipeline/filters/standard-output.md) | Enable Stdout filter | `On` |
186-
| [`FLB_FILTER_SYSINFO`](../../pipeline/filters/sysinfo.md) | Enable Sysinfo filter | `On` |
187-
| [`FLB_FILTER_THROTTLE`](../../pipeline/filters/throttle.md) | Enable Throttle filter | `On` |
188-
| [`FLB_FILTER_TYPE_CONVERTER`](../../pipeline/filters/type-converter.md) | Enable Type Converter filter | `On` |
189-
| [`FLB_FILTER_WASM`](../../pipeline/filters/wasm.md) | Enable Wasm filter | `On` |
177+
| [`FLB_FILTER_GREP`](../../../pipeline/filters/grep.md) | Enable Grep filter | `On` |
178+
| [`FLB_FILTER_KUBERNETES`](../../../pipeline/filters/kubernetes.md) | Enable Kubernetes metadata filter | `On` |
179+
| [`FLB_FILTER_LUA`](../../../pipeline/filters/lua.md) | Enable Lua scripting filter | `On` |
180+
| [`FLB_FILTER_MODIFY`](../../../pipeline/filters/modify.md) | Enable Modify filter | `On` |
181+
| [`FLB_FILTER_NEST`](../../../pipeline/filters/nest.md) | Enable Nest filter | `On` |
182+
| [`FLB_FILTER_PARSER`](../../../pipeline/filters/parser.md) | Enable Parser filter | `On` |
183+
| [`FLB_FILTER_RECORD_MODIFIER`](../../../pipeline/filters/record-modifier.md) | Enable Record Modifier filter | `On` |
184+
| [`FLB_FILTER_REWRITE_TAG`](../../../pipeline/filters/rewrite-tag.md) | Enable Rewrite Tag filter | `On` |
185+
| [`FLB_FILTER_STDOUT`](../../../pipeline/filters/standard-output.md) | Enable Stdout filter | `On` |
186+
| [`FLB_FILTER_SYSINFO`](../../../pipeline/filters/sysinfo.md) | Enable Sysinfo filter | `On` |
187+
| [`FLB_FILTER_THROTTLE`](../../../pipeline/filters/throttle.md) | Enable Throttle filter | `On` |
188+
| [`FLB_FILTER_TYPE_CONVERTER`](../../../pipeline/filters/type-converter.md) | Enable Type Converter filter | `On` |
189+
| [`FLB_FILTER_WASM`](../../../pipeline/filters/wasm.md) | Enable Wasm filter | `On` |
190190

191191
### Output plugins
192192

193193
Output plugins let you flush the information to some external interface, service, or terminal. The following table describes the output plugins available:
194194

195195
| Option | Description | Default |
196196
| :--- | :--- | :--- |
197-
| [`FLB_OUT_AZURE`](../../pipeline/outputs/azure.md) | Enable Microsoft Azure output plugin | `On` |
198-
| [`FLB_OUT_AZURE_KUSTO`](../../pipeline/outputs/azure_kusto.md) | Enable Azure Kusto output plugin | `On` |
199-
| [`FLB_OUT_BIGQUERY`](../../pipeline/outputs/bigquery.md) | Enable Google BigQuery output plugin | `On` |
200-
| [`FLB_OUT_COUNTER`](../../pipeline/outputs/counter.md) | Enable Counter output plugin | `On` |
201-
| [`FLB_OUT_CLOUDWATCH_LOGS`](../../pipeline/outputs/cloudwatch.md) | Enable Amazon CloudWatch output plugin | `On` |
202-
| [`FLB_OUT_DATADOG`](../../pipeline/outputs/datadog.md) | Enable Datadog output plugin | `On` |
203-
| [`FLB_OUT_ES`](../../pipeline/outputs/elasticsearch.md) | Enable [Elastic Search](http://www.elastic.co) output plugin | `On` |
204-
| [`FLB_OUT_FILE`](../../pipeline/outputs/file.md) | Enable File output plugin | `On` |
205-
| [`FLB_OUT_KINESIS_FIREHOSE`](../../pipeline/outputs/firehose.md) | Enable Amazon Kinesis Data Firehose output plugin | `On` |
206-
| [`FLB_OUT_KINESIS_STREAMS`](../../pipeline/outputs/kinesis.md) | Enable Amazon Kinesis Data Streams output plugin | `On` |
207-
| [`FLB_OUT_FLOWCOUNTER`](../../pipeline/outputs/flowcounter.md) | Enable Flow counter output plugin | `On` |
208-
| [`FLB_OUT_FORWARD`](../../pipeline/outputs/forward.md) | Enable [Fluentd](http://www.fluentd.org) output plugin | `On` |
209-
| [`FLB_OUT_GELF`](../../pipeline/outputs/gelf.md) | Enable GELF output plugin | `On` |
210-
| [`FLB_OUT_HTTP`](../../pipeline/outputs/http.md) | Enable HTTP output plugin | `On` |
211-
| [`FLB_OUT_INFLUXDB`](../../pipeline/outputs/influxdb.md) | Enable InfluxDB output plugin | `On` |
212-
| [`FLB_OUT_KAFKA`](../../pipeline/outputs/kafka.md) | Enable Kafka output | Off |
213-
| [`FLB_OUT_KAFKA_REST`](../../pipeline/outputs/kafka-rest-proxy.md) | Enable Kafka REST Proxy output plugin | `On` |
197+
| [`FLB_OUT_AZURE`](../../../pipeline/outputs/azure.md) | Enable Microsoft Azure output plugin | `On` |
198+
| [`FLB_OUT_AZURE_KUSTO`](../../../pipeline/outputs/azure_kusto.md) | Enable Azure Kusto output plugin | `On` |
199+
| [`FLB_OUT_BIGQUERY`](../../../pipeline/outputs/bigquery.md) | Enable Google BigQuery output plugin | `On` |
200+
| [`FLB_OUT_COUNTER`](../../../pipeline/outputs/counter.md) | Enable Counter output plugin | `On` |
201+
| [`FLB_OUT_CLOUDWATCH_LOGS`](../../../pipeline/outputs/cloudwatch.md) | Enable Amazon CloudWatch output plugin | `On` |
202+
| [`FLB_OUT_DATADOG`](../../../pipeline/outputs/datadog.md) | Enable Datadog output plugin | `On` |
203+
| [`FLB_OUT_ES`](../../../pipeline/outputs/elasticsearch.md) | Enable [Elastic Search](http://www.elastic.co) output plugin | `On` |
204+
| [`FLB_OUT_FILE`](../../../pipeline/outputs/file.md) | Enable File output plugin | `On` |
205+
| [`FLB_OUT_KINESIS_FIREHOSE`](../../../pipeline/outputs/firehose.md) | Enable Amazon Kinesis Data Firehose output plugin | `On` |
206+
| [`FLB_OUT_KINESIS_STREAMS`](../../../pipeline/outputs/kinesis.md) | Enable Amazon Kinesis Data Streams output plugin | `On` |
207+
| [`FLB_OUT_FLOWCOUNTER`](../../../pipeline/outputs/flowcounter.md) | Enable Flow counter output plugin | `On` |
208+
| [`FLB_OUT_FORWARD`](../../../pipeline/outputs/forward.md) | Enable [Fluentd](http://www.fluentd.org) output plugin | `On` |
209+
| [`FLB_OUT_GELF`](../../../pipeline/outputs/gelf.md) | Enable GELF output plugin | `On` |
210+
| [`FLB_OUT_HTTP`](../../../pipeline/outputs/http.md) | Enable HTTP output plugin | `On` |
211+
| [`FLB_OUT_INFLUXDB`](../../../pipeline/outputs/influxdb.md) | Enable InfluxDB output plugin | `On` |
212+
| [`FLB_OUT_KAFKA`](../../../pipeline/outputs/kafka.md) | Enable Kafka output | Off |
213+
| [`FLB_OUT_KAFKA_REST`](../../../pipeline/outputs/kafka-rest-proxy.md) | Enable Kafka REST Proxy output plugin | `On` |
214214
| `FLB_OUT_LIB` | Enable Lib output plugin | `On` |
215-
| [`FLB_OUT_NATS`](../../pipeline/outputs/nats.md) | Enable [NATS](http://www.nats.io) output plugin | `On` |
215+
| [`FLB_OUT_NATS`](../../../pipeline/outputs/nats.md) | Enable [NATS](http://www.nats.io) output plugin | `On` |
216216
| `FLB_OUT_NULL` | Enable `NULL` output plugin | `On` |
217217
| `FLB_OUT_PGSQL` | Enable PostgreSQL output plugin | `On` |
218218
| `FLB_OUT_PLOT` | Enable Plot output plugin | `On` |
219219
| `FLB_OUT_SLACK` | Enable Slack output plugin | `On` |
220-
| [`FLB_OUT_S3`](../../pipeline/outputs/s3.md) | Enable Amazon S3 output plugin | `On` |
221-
| [`FLB_OUT_SPLUNK`](../../pipeline/outputs/splunk.md) | Enable Splunk output plugin | `On` |
222-
| [`FLB_OUT_STACKDRIVER`](../../pipeline/outputs/stackdriver.md) | Enable Google Stackdriver output plugin | `On` |
220+
| [`FLB_OUT_S3`](../../../pipeline/outputs/s3.md) | Enable Amazon S3 output plugin | `On` |
221+
| [`FLB_OUT_SPLUNK`](../../../pipeline/outputs/splunk.md) | Enable Splunk output plugin | `On` |
222+
| [`FLB_OUT_STACKDRIVER`](../../../pipeline/outputs/stackdriver.md) | Enable Google Stackdriver output plugin | `On` |
223223
| [`FLB_OUT_STDOUT`](build-and-install.md) | Enable STDOUT output plugin | `On` |
224224
| `FLB_OUT_TCP` | Enable TCP/TLS output plugin | `On` |
225-
| [`FLB_OUT_TD`](../../pipeline/outputs/treasure-data.md) | Enable [Treasure Data](http://www.treasuredata.com) output plugin | `On` |
225+
| [`FLB_OUT_TD`](../../../pipeline/outputs/treasure-data.md) | Enable [Treasure Data](http://www.treasuredata.com) output plugin | `On` |
226226

227227
### Processor plugins
228228

@@ -232,5 +232,5 @@ The following table describes the processors available:
232232

233233
| Option | Description | Default |
234234
| :--- | :--- | :--- |
235-
| [`FLB_PROCESSOR_METRICS_SELECTOR`](../../pipeline/processors/metrics-selector.md) | Enable metrics selector processor | `On` |
236-
| [`FLB_PROCESSOR_LABELS`](../../pipeline/processors/labels.md) | Enable metrics label manipulation processor | `On` |
235+
| [`FLB_PROCESSOR_METRICS_SELECTOR`](../../../pipeline/processors/metrics-selector.md) | Enable metrics selector processor | `On` |
236+
| [`FLB_PROCESSOR_LABELS`](../../../pipeline/processors/labels.md) | Enable metrics label manipulation processor | `On` |

installation/downloads/source/build-with-static-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following steps assume you are familiar with configuring Fluent Bit using te
1212

1313
#### Configuration directory
1414

15-
In your file system, prepare a specific directory that will be used as an entry point for the build system to lookup and parse the configuration files. This directory must contain a minimum of one configuration file, called `fluent-bit.conf`, that contains the required [`SERVICE`](/administration/configuring-fluent-bit/yaml/service-section.md), [`INPUT`](../../pipeline/inputs.md), and [`OUTPUT`](../../pipeline/outputs.md) sections.
15+
In your file system, prepare a specific directory that will be used as an entry point for the build system to lookup and parse the configuration files. This directory must contain a minimum of one configuration file, called `fluent-bit.conf`, that contains the required [`SERVICE`](../../../administration/configuring-fluent-bit/yaml/service-section.md), [`INPUT`](../../../pipeline/inputs.md), and [`OUTPUT`](../../../pipeline/outputs.md) sections.
1616

1717
As an example, create a new `fluent-bit.yaml` file or `fluent-bit.conf` file:
1818

installation/getting-started-with-fluent-bit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All Fluent Bit installations must meet certain [requirements](./requirements.md)
1717

1818
Fluent Bit software is available for a variety of platforms and can be installed using several methods.
1919

20-
You can [direct download and compile the source code](../installation/source.md).
20+
You can [direct download and compile the source code](../installation/downloads/source.md).
2121

2222
To select a package for a container or operating system, use the instructions for that option from the following links:
2323

0 commit comments

Comments
 (0)