Skip to content

Remove more unused files/folders #1686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
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
7 changes: 0 additions & 7 deletions .gitbook/includes/untitled.md

This file was deleted.

4 changes: 2 additions & 2 deletions administration/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ name:
You can create Grafana dashboards and alerts using Fluent Bit's exposed Prometheus
style metrics.

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

### Alerts

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

## Health Check for Fluent Bit

Expand Down
Binary file removed imgs/logo_documentation_1.6.png
Binary file not shown.
2 changes: 0 additions & 2 deletions input/example-page-under-group-1.md

This file was deleted.

2 changes: 1 addition & 1 deletion pipeline/processors/opentelemetry-envelope.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

![](/imgs/processor_opentelemetry_envelope.png)
![](../.gitbook/assets/processor_opentelemetry_envelope.png)

## Configuration Parameters

Expand Down
4 changes: 2 additions & 2 deletions pipeline/processors/sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Sampling has both a name and a type with the following possible settings:

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.

![](/imgs/traces_head_sampling.png)
![](../.gitbook/assets/traces_head_sampling.png)

| Sampling settings | Description |
| :-------------------- | :------------------------------------------------------------------------------------------------------------------ |
Expand Down Expand Up @@ -72,7 +72,7 @@ With this head sampling configuration, a sample set of ingested traces will rand

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.

![](/imgs/traces_tail_sampling.png)
![](../.gitbook/assets/traces_tail_sampling.png)

The following samplings settings are available with their default values:

Expand Down
7 changes: 0 additions & 7 deletions stream-processing/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions stream-processing/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

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

[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.
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.

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**.
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_.