1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/network-observability-without-loki.adoc
Sara Thomas 4815076502 OSDOCS-10171: Deduper merge mode
Integrate NetObserv 1.6 feature branch with OCP docs main branch

OSDOCS-10211: eBPF flow rule filtering

OSDOCS-9959: NetObserv Health dashboard updates

Fixes xref error

Flow format reference regeneration

Update DNS example to include sampling>1 note

OSDOCS-9553: Netobserv Lokiless enhancements

OSDOCS-10790: Update NetObserv Operator Install prereqs

OSDOCS-10747: Adding FlowMetric API Reference

Changing FlowMetrics to FlowMetric

Netobserv API doc regeneration

OSDOCS-9969: netobserv cli

Network Observability 1.6 release notes
2024-06-17 12:20:10 +00:00

29 lines
1.8 KiB
Plaintext

// module included in the following assemblies:
// networking/network_observability/installing-operators.adoc
:_mod-docs-content-type: REFERENCE
[id="network-observability-without-loki_{context}"]
= Network Observability without Loki
You can use Network Observability without Loki by not performing the Loki installation steps and skipping directly to "Installing the Network Observability Operator". If you only want to export flows to a Kafka consumer or IPFIX collector, or you only need dashboard metrics, then you do not need to install Loki or provide storage for Loki. The following table compares available features with and without Loki.
.Comparison of feature availability with and without Loki
[options="header"]
|===
| | *With Loki* | *Without Loki*
| *Exporters* | image:check-solid.png[,10] | image:check-solid.png[,10]
| *Multi-tenancy* | image:check-solid.png[,10] | image:x-solid.png[,10]
| *Complete filtering and aggregations capabilities* ^[1]^| image:check-solid.png[,10] | image:x-solid.png[,10]
| *Partial filtering and aggregations capabilities* ^[2]^ | image:check-solid.png[,10] | image:check-solid.png[,10]
| *Flow-based metrics and dashboards* | image:check-solid.png[,10] | image:check-solid.png[,10]
| *Traffic flows view overview* ^[3]^ | image:check-solid.png[,10] | image:check-solid.png[,10]
| *Traffic flows view table* | image:check-solid.png[,10] | image:x-solid.png[,10]
| *Topology view* | image:check-solid.png[,10] | image:check-solid.png[,10]
| *{product-title} console Network Traffic tab integration* | image:check-solid.png[,10] | image:check-solid.png[,10]
|===
[.small]
--
1. Such as per pod.
2. Such as per workload or namespace.
3. Statistics on packet drops are only available with Loki.
--