Skip to content

Commit 72349e0

Browse files
authored
Doc: FIPS for Ingest tools 8.19 (#1833)
1 parent 2e4afed commit 72349e0

File tree

2 files changed

+121
-0
lines changed

2 files changed

+121
-0
lines changed
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
[role="xpack"]
2+
[[fips-ingest]]
3+
= FIPS mode for Ingest tools
4+
5+
preview::[]
6+
7+
{agent}, {fleet}, {filebeat}, {metricbeat}, and APM Server binaries are built and are configured to use FIPS 140-2 compliant cryptography.
8+
Generally speaking FIPS 140-2 requirements can be summarized as:
9+
10+
- linking against a FIPS certified cryptographic library
11+
- using only FIPS approved cryptographic functions
12+
- ensuring that the configuration of the component is FIPS 140-2 compliant.
13+
14+
[discrete]
15+
[[fips-binaries]]
16+
== FIPS-compatible binaries and configuration
17+
18+
FIPS compatible binaries for {agent}, {fleet}, {filebeat}, {metricbeat}, and APM Server are available for link:https://www.elastic.co/downloads[download].
19+
Look for the `Linux 64-bit (FIPS)` or `Linux aarch64 (FIPS)` platform option on the product download pages for {agent} and {fleet}, {filebeat}, and {metricbeat}.
20+
Look for the `Linux x86_64 (FIPS)` or `Linux aarch64 (FIPS)` platform option on the APM Server download page.
21+
22+
IMPORTANT: The default configurations provided in the binaries are FIPS compatible. Be sure to check and understand the implications of changing default configurations.
23+
24+
[discrete]
25+
[[ingest-limitations-all]]
26+
== Limitations
27+
28+
[discrete]
29+
[[ingest-limitations-tls]]
30+
=== TLS
31+
32+
Only FIPS 140-2 compliant TLS protocols, ciphers, and curve types are allowed to be used:
33+
34+
* The supported TLS versions are `TLS v1.2` and `TLS v1.3`.
35+
* The supported cipher suites are:
36+
37+
** `TLS v1.2`: `ECDHE-RSA-AES-128-GCM-SHA256`, `ECDHE-RSA-AES-256-GCM-SHA384`, `ECDHE-ECDSA-AES-128-GCM-SHA256`, `ECDHE-ECDSA-AES-256-GCM-SHA384`
38+
** `TLS v1.3`: `TLS-AES-128-GCM-SHA256`, `TLS-AES-256-GCM-SHA384`
39+
40+
* The supported curve types are `P-256`, `P-384` and `P-521`.
41+
42+
Support for encrypted private keys is not available, as the cryptographic modules used for decrypting password protected keys are not FIPS validated. If an output or any other component with an SSL key that is password protected is configured, the components will fail to load the key. When running in FIPS mode, you must provide non-encrypted keys.
43+
Be sure to enforce security in your FIPS environments through other means, such as strict file permissions and access controls on the key file itself, for example.
44+
45+
These TLS related restrictions apply to all components listed--{agent}, {fleet}, {filebeat}, {metricbeat}, and APM Server.
46+
47+
[discrete]
48+
[[ingest-inputoutput-limitations]]
49+
=== General output and input limitations (Kerberos protocol)
50+
51+
The Kerberos protocol is not supported for any output or input, which also impacts the available `sasl.mechanism` for the Kafka output where only `PLAIN` is supported.
52+
53+
This impacts link:https://www.elastic.co/guide/en/beats/filebeat/8.19/configuration-kerberos.html[Filebeat], link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/configuration-kerberos.html[Metricbeat], and APM Server, as well as output configurations for {agent} with {fleet-server}.
54+
55+
[discrete]
56+
[[ingest-apm-limitations]]
57+
=== APM Server
58+
59+
* The link:https://www.elastic.co/guide/en/observability/8.19/apm-keystore.html[Secrets Keystore] is not supported.
60+
61+
// `{observability-guide}` attribute resolving to 8.x and `404`-ing
62+
// * The link:{observability-guide}/apm-keystore.html[Secrets Keystore] is not supported.
63+
64+
[discrete]
65+
[[ingest-filebeat-limitations]]
66+
=== Filebeat
67+
68+
// `{filebeat-ref}` attribute resolving to 8.x and `404`-ing
69+
// * The link:{filebeat-ref}/keystore.html[Secrets Keystore] is not supported.
70+
71+
* The link:https://www.elastic.co/guide/en/beats/filebeat/8.19/keystore.html[Secrets Keystore] is not supported.
72+
* The link:https://www.elastic.co/guide/en/beats/filebeat/8.19/processor-translate-guid.html[Translate GUID processor] is not supported.
73+
* The link:https://www.elastic.co/guide/en/beats/filebeat/8.19/fingerprint.html[Fingerprint processor] does not support the md5 and sha1 method.
74+
* The link:https://www.elastic.co/guide/en/beats/filebeat/8.19/community-id.html[Community ID Network Flowhash processor] is not supported.
75+
* The link:https://www.elastic.co/guide/en/beats/filebeat/8.19/filebeat-module-azure.html[Azure module] including the link:https://www.elastic.co/guide/en/beats/filebeat/8.19/filebeat-input-azure-eventhub.html[Azure eventhub input] and the link:https://www.elastic.co/guide/en/beats/filebeat/8.19/filebeat-input-azure-blob-storage.html[Azure Blob Storage Input] are not currently supported.
76+
The link:https://www.elastic.co/guide/en/beats/filebeat/8.19/add-cloud-metadata.html[Add Cloud Metadata processor] does not support the Azure Virtual Machine provider currently.
77+
* The link:https://www.elastic.co/guide/en/beats/filebeat/8.19/filebeat-module-o365.html[Office 365 module (Beta)] and the link:https://www.elastic.co/guide/en/beats/filebeat/8.19/filebeat-input-o365audit.html[Office 365 input (Deprecated)] are not supported.
78+
* The link:https://www.elastic.co/guide/en/beats/filebeat/8.19/filebeat-input-gcp-pubsub.html[GCP Pub/Sub input] and the link:https://www.elastic.co/guide/en/beats/filebeat/8.19/filebeat-input-gcs.html[Google Cloud Storage input] are not supported for now.
79+
* The link:https://www.elastic.co/guide/en/beats/filebeat/8.19/filebeat-input-entity-analytics.html[Entity Analytics input] is not supported.
80+
81+
[discrete]
82+
[[ingest-metricbeat-limitations]]
83+
=== Metricbeat
84+
85+
// `{metricbeat-ref}` attribute resolving to 8.x and `404`-ing
86+
// * The link:{metricbeat-ref}/keystore.html[Secrets Keystore] is not supported.
87+
88+
* The link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/keystore.html[Secrets Keystore] is not supported.
89+
* The link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/processor-translate-guid.html[Translate GUID processor] is not supported.
90+
* The link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/fingerprint.html[Fingerprint processor] does not support the md5 and sha1 method.
91+
* The link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/community-id.html[Community ID Network Flowhash processor] is not supported.
92+
* The link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/metricbeat-module-azure.html[Azure module] is currently not supported.
93+
The link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/add-cloud-metadata.html[Add Cloud Metadata processor] does not support the Azure Virtual Machine provider currently.
94+
* The link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/metricbeat-module-gcp.html[Google Cloud Platform module] is currently not supported.
95+
* The link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/metricbeat-module-kvm.html[Beta KVM module] is not yet supported.
96+
* The link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/metricbeat-module-mongodb.html[Mongo DB module] is not supported.
97+
* The link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/metricbeat-module-mysql.html[MySQL], link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/metricbeat-module-postgresql.html[PostgreSQL], link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/metricbeat-module-mssql.html[MSSQL] and link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/metricbeat-module-sql.html[SQL] modules are not supported.
98+
* The link:https://www.elastic.co/guide/en/beats/metricbeat/8.19/metricbeat-module-oracle.html[Oracle module] is not supported.
99+
100+
[discrete]
101+
[[ingest-limitations-agent]]
102+
=== Elastic Agent and Fleet Server
103+
104+
When you use {agent} and {fleet-server}, these limitations apply:
105+
106+
* Running {agent} in link:https://github.com/elastic/elastic-agent/blob/main/internal/pkg/otel/README.md[OpenTelemetry mode] is not yet supported.
107+
This includes all receivers, such as Filebeat Receiver, Metricbeat Receiver, and link:https://www.elastic.co/docs/reference/integrations/prometheus[Prometheus Receiver].
108+
* Some Elastic Integrations are not FIPS compatible, as they depend on functionality that is not yet supported for FIPS configuration.
109+
In general, when using {agent} and {fleet-server}, the same restrictions listed previously for {metricbeat} and {filebeat} modules, inputs, and processors apply.
110+
* These Elastic Integrations have components that are **not** FIPS compatible, and **cannot** be used in FIPS environments, even if combined with other ingest tools that offer FIPS mode.
111+
112+
- link:https://www.elastic.co/docs/reference/integrations/azure/events[Azure Logs Integration (v2 preview)]
113+
- link:https://www.elastic.co/docs/reference/integrations/azure/eventhub[Azure Event Hub Input]
114+
- link:https://www.elastic.co/docs/reference/integrations/sql[SQL Input]
115+
- link:https://www.elastic.co/docs/reference/integrations/postgresql[PostgreSQL Integration]
116+
- link:https://www.elastic.co/docs/reference/integrations/mongodb[MongoDB Integration]
117+
- link:https://www.elastic.co/docs/reference/integrations/mysql[MySQL Integration]
118+
- link:https://www.elastic.co/docs/reference/integrations/microsoft_sqlserver[Microsoft SQL Server Integration]
119+
- link:https://www.elastic.co/docs/reference/integrations/oracle[Oracle Integration]

docs/en/ingest-management/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ include::elastic-agent/start-stop-elastic-agent.asciidoc[leveloffset=+2]
101101

102102
include::elastic-agent/elastic-agent-encryption.asciidoc[leveloffset=+2]
103103

104+
include::fips-ingest.asciidoc[leveloffset=+1]
105+
104106
include::security/generate-certificates.asciidoc[leveloffset=+1]
105107

106108
include::security/certificates.asciidoc[leveloffset=+2]

0 commit comments

Comments
 (0)