Skip to content

Commit d269103

Browse files
authored
administration: rename Security to Transport Security (transport-security) (#1065)
* administration: security: rename to Transport Security (transport-security) Signed-off-by: lecaros <[email protected]> * Summary: rename security to transport-security Signed-off-by: lecaros <[email protected]> * administration: networking: rename security to transport-security Signed-off-by: lecaros <[email protected]> * administration: configuring fluent bit: classic mode: upstream servers: rename security to transport-security Signed-off-by: lecaros <[email protected]> * pipeline: outputs: rename security to transport-security Signed-off-by: lecaros <[email protected]> --------- Signed-off-by: lecaros <[email protected]>
1 parent 8050768 commit d269103

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* [Configuration File](administration/configuring-fluent-bit/yaml/configuration-file.md)
6060
* [Unit Sizes](administration/configuring-fluent-bit/unit-sizes.md)
6161
* [Multiline Parsing](administration/configuring-fluent-bit/multiline-parsing.md)
62-
* [Security](administration/security.md)
62+
* [Transport Security](administration/transport-security.md)
6363
* [Buffering & Storage](administration/buffering-and-storage.md)
6464
* [Backpressure](administration/backpressure.md)
6565
* [Scheduling and Retries](administration/scheduling-and-retries.md)

administration/configuring-fluent-bit/classic-mode/upstream-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A _Node_ might contain additional configuration keys required by the plugin, on
2727

2828
In addition to the properties defined in the table above, the network operations against a defined node can optionally be done through the use of TLS for further encryption and certificates use.
2929

30-
The TLS options available are described in the [TLS/SSL](../../security.md) section and can be added to the any _Node_ section.
30+
The TLS options available are described in the [TLS/SSL](../../transport-security.md) section and can be added to the any _Node_ section.
3131

3232
### Configuration File Example
3333

administration/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TCP is a _connected oriented_ channel, to deliver and receive data from a remote
2626

2727
The concept of `Connection Keepalive` refers to the ability of the client \(Fluent Bit on this case\) to keep the TCP connection open in a persistent way, that means that once the connection is created and used, instead of close it, it can be recycled. This feature offers many benefits in terms of performance since communication channels are always established before hand.
2828

29-
Any component that uses TCP channels like HTTP or [TLS](security.md), can take advantage of this feature. For configuration purposes use the `net.keepalive` property.
29+
Any component that uses TCP channels like HTTP or [TLS](transport-security.md), can take advantage of this feature. For configuration purposes use the `net.keepalive` property.
3030

3131
### Connection Keepalive Idle Timeout
3232

administration/security.md renamed to administration/transport-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Security
2+
# Transport Security
33

44
Fluent Bit provides integrated support for _Transport Layer Security_ \(TLS\) and it predecessor _Secure Sockets Layer_ \(SSL\) respectively. In this section we will refer as TLS only for both implementations.
55

pipeline/outputs/forward.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following parameters are mandatory for either Forward for Secure Forward mod
2727

2828
## Secure Forward Mode Configuration Parameters
2929

30-
When using Secure Forward mode, the [TLS](../../administration/security.md) mode requires to be enabled. The following additional configuration parameters are available:
30+
When using Secure Forward mode, the [TLS](../../administration/transport-security.md) mode requires to be enabled. The following additional configuration parameters are available:
3131

3232
| Key | Description | Default |
3333
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | --------- |

pipeline/outputs/gelf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ According to [GELF Payload Specification](https://docs.graylog.org/en/latest/pag
2424

2525
### TLS / SSL
2626

27-
GELF output plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](../../administration/security.md) section.
27+
GELF output plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](../../administration/transport-security.md) section.
2828

2929
## Notes
3030

pipeline/outputs/loki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ job="fluentbit", team="Santiago Wanderers"
177177
This plugin inherit core Fluent Bit features to customize the network behavior and optionally enable TLS in the communication channel. For more details about the specific options available refer to the following articles:
178178

179179
* [Networking Setup](../../administration/networking.md): timeouts, keepalive and source address
180-
* [Security & TLS](../../administration/security.md): all about TLS configuration and certificates
180+
* [Security & TLS](../../administration/transport-security.md): all about TLS configuration and certificates
181181

182182
Note that all options mentioned in the articles above must be enabled in the plugin configuration in question.
183183

pipeline/outputs/s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ See [here](https://github.com/fluent/fluent-bit-docs/tree/43c4fe134611da471e706b
5151

5252
## TLS / SSL
5353

54-
To skip TLS verification, set `tls.verify` as `false`. For more details about the properties available and general configuration, please refer to the [TLS/SSL](../../administration/security.md) section.
54+
To skip TLS verification, set `tls.verify` as `false`. For more details about the properties available and general configuration, please refer to the [TLS/SSL](../../administration/transport-security.md) section.
5555

5656
## Permissions
5757

pipeline/outputs/splunk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Content and Splunk metadata \(fields\) handling configuration properties:
4141

4242
### TLS / SSL
4343

44-
Splunk output plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](../../administration/security.md) section.
44+
Splunk output plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](../../administration/transport-security.md) section.
4545

4646
## Getting Started
4747

0 commit comments

Comments
 (0)