Skip to content

Commit 9e7fc4f

Browse files
Merge pull request #1686 from fluent/alexakreizinger/sc-136424/misc-remove-more-unused-files-images-from
2 parents 1eefd3d + 7a803bf commit 9e7fc4f

File tree

11 files changed

+7
-23
lines changed

11 files changed

+7
-23
lines changed

.gitbook/includes/untitled.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

administration/monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ name:
354354
You can create Grafana dashboards and alerts using Fluent Bit's exposed Prometheus
355355
style metrics.
356356

357-
The provided [example dashboard](https://github.com/fluent/fluent-bit-docs/tree/8172a24d278539a1420036a9434e9f56d987a040/monitoring/dashboard.json)
357+
The provided [example dashboard](https://github.com/fluent/fluent-bit-docs/blob/master/monitoring/dashboard.json)
358358
is heavily inspired by [Banzai Cloud](https://banzaicloud.com)'s
359359
[logging operator dashboard](https://grafana.com/grafana/dashboards/7752) with a few
360360
key differences, such as the use of the `instance` label, stacked graphs, and a focus
@@ -366,7 +366,7 @@ for more information.
366366

367367
### Alerts
368368

369-
Sample alerts are available [here](https://github.com/fluent/fluent-bit-docs/tree/8172a24d278539a1420036a9434e9f56d987a040/monitoring/alerts.yaml).
369+
Sample alerts are available [here](https://github.com/fluent/fluent-bit-docs/blob/master/monitoring/alerts.yaml).
370370

371371
## Health Check for Fluent Bit
372372

imgs/logo_documentation_1.6.png

-25.4 KB
Binary file not shown.

input/example-page-under-group-1.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

pipeline/processors/opentelemetry-envelope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The _OpenTelemetry Envelope_ processor is used to transform your data to be compatible with the OpenTelemetry Log schema. If your data was __not__ generated by [OpenTelemetry input](../inputs/opentelemetry.md) and your backend or destination for your logs expects to be in an OpenTelemetry schema.
44

5-
![](/imgs/processor_opentelemetry_envelope.png)
5+
![](../.gitbook/assets/processor_opentelemetry_envelope.png)
66

77
## Configuration Parameters
88

pipeline/processors/sampling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Sampling has both a name and a type with the following possible settings:
3434

3535
In this example, head sampling will be used to process a smaller percentage of the overall ingested traces and spans. This is done by setting up the pipeline to ingest on the OpenTelemetry defined port as shown below using the OpenTelemetry Protocol (OTLP). The processor section defines traces for head sampling and the sampling percentage defining the total ingested traces and spans to be forwarded to the defined output plugins.
3636

37-
![](/imgs/traces_head_sampling.png)
37+
![](../.gitbook/assets/traces_head_sampling.png)
3838

3939
| Sampling settings | Description |
4040
| :-------------------- | :------------------------------------------------------------------------------------------------------------------ |
@@ -72,7 +72,7 @@ With this head sampling configuration, a sample set of ingested traces will rand
7272
7373
Tail sampling is used to obtain a more selective and fine grained control over the collection of traces and spans without collecting everything. Below is an example showing the process is a combination of waiting on making a sampling decision together followed by configuration defined conditions to determine the spans to be sampled.
7474
75-
![](/imgs/traces_tail_sampling.png)
75+
![](../.gitbook/assets/traces_tail_sampling.png)
7676
7777
The following samplings settings are available with their default values:
7878

stream-processing/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

stream-processing/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
![](../.gitbook/assets/stream_processor.png)
44

5-
[Fluent Bit](https://fluentbit.io) is a fast and flexible Log processor that collects, parses, filters and delivers logs to remote databases, so that data analysis can be performed.
5+
Fluent Bit is a fast and flexible log processor that collects, parsers, filters, and delivers logs to remote databases, where data analysis can then be performed.
66

7-
Data analysis usually happens after the data is stored and indexed in a database. However, for real-time and complex analysis needs, you can process the data while it's still in motion in the log processor. This approach is called **stream processing on the edge**.
7+
For real-time and complex analysis needs, you can also process the data while it's still in motion through _stream processing on the edge_.

0 commit comments

Comments
 (0)