Skip to content

Commit 5575046

Browse files
committed
Sync documentation of main branch
1 parent 8f0cc6b commit 5575046

File tree

5 files changed

+400
-210
lines changed

5 files changed

+400
-210
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,13 +1146,14 @@ types:
11461146
url: /guides/cdi-integration
11471147
- title: "Centralized log management (Graylog, Logstash, Fluentd)"
11481148
filename: centralized-log-management.adoc
1149-
summary: This guide explains how to centralize your logs with Logstash or Fluentd using the Graylog Extended Log Format (GELF).
1149+
summary: "This guide explains how to centralize your logs with Graylog, Logstash or Fluentd."
11501150
categories: observability
11511151
topics:
11521152
- observability
11531153
- logging
11541154
extensions:
11551155
- io.quarkus:quarkus-logging-gelf
1156+
- io.quarkus:quarkus-opentelemetry
11561157
type: guide
11571158
url: /guides/centralized-log-management
11581159
- title: Command Mode with Picocli

_data/versioned/main/index/relations.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,27 @@
17841784
url: /guides/opentelemetry-tracing
17851785
type: guide
17861786
matches: 1
1787+
sameExtensions:
1788+
- title: Migrate from OpenTracing to OpenTelemetry tracing
1789+
url: /guides/telemetry-opentracing-to-otel-tutorial
1790+
type: tutorial
1791+
matches: 1
1792+
- title: Using OpenTelemetry
1793+
url: /guides/opentelemetry
1794+
type: reference
1795+
matches: 1
1796+
- title: Using OpenTelemetry Logging
1797+
url: /guides/opentelemetry-logging
1798+
type: guide
1799+
matches: 1
1800+
- title: Using OpenTelemetry Metrics
1801+
url: /guides/opentelemetry-metrics
1802+
type: guide
1803+
matches: 1
1804+
- title: Using OpenTelemetry Tracing
1805+
url: /guides/opentelemetry-tracing
1806+
type: guide
1807+
matches: 1
17871808
/guides/class-loading-reference:
17881809
sameTopics:
17891810
- title: "Duplicated context, context locals, asynchronous processing and propagation"
@@ -10970,6 +10991,10 @@
1097010991
type: guide
1097110992
matches: 1
1097210993
sameExtensions:
10994+
- title: "Centralized log management (Graylog, Logstash, Fluentd)"
10995+
url: /guides/centralized-log-management
10996+
type: guide
10997+
matches: 1
1097310998
- title: Migrate from OpenTracing to OpenTelemetry tracing
1097410999
url: /guides/telemetry-opentracing-to-otel-tutorial
1097511000
type: tutorial
@@ -11049,6 +11074,10 @@
1104911074
type: guide
1105011075
matches: 1
1105111076
sameExtensions:
11077+
- title: "Centralized log management (Graylog, Logstash, Fluentd)"
11078+
url: /guides/centralized-log-management
11079+
type: guide
11080+
matches: 1
1105211081
- title: Migrate from OpenTracing to OpenTelemetry tracing
1105311082
url: /guides/telemetry-opentracing-to-otel-tutorial
1105411083
type: tutorial
@@ -11128,6 +11157,10 @@
1112811157
type: guide
1112911158
matches: 1
1113011159
sameExtensions:
11160+
- title: "Centralized log management (Graylog, Logstash, Fluentd)"
11161+
url: /guides/centralized-log-management
11162+
type: guide
11163+
matches: 1
1113111164
- title: Migrate from OpenTracing to OpenTelemetry tracing
1113211165
url: /guides/telemetry-opentracing-to-otel-tutorial
1113311166
type: tutorial
@@ -11207,6 +11240,10 @@
1120711240
type: guide
1120811241
matches: 1
1120911242
sameExtensions:
11243+
- title: "Centralized log management (Graylog, Logstash, Fluentd)"
11244+
url: /guides/centralized-log-management
11245+
type: guide
11246+
matches: 1
1121011247
- title: Migrate from OpenTracing to OpenTelemetry tracing
1121111248
url: /guides/telemetry-opentracing-to-otel-tutorial
1121211249
type: tutorial
@@ -20753,6 +20790,10 @@
2075320790
type: guide
2075420791
matches: 1
2075520792
sameExtensions:
20793+
- title: "Centralized log management (Graylog, Logstash, Fluentd)"
20794+
url: /guides/centralized-log-management
20795+
type: guide
20796+
matches: 1
2075620797
- title: Using OpenTelemetry
2075720798
url: /guides/opentelemetry
2075820799
type: reference

_versions/main/guides/_attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
:logstash-image: docker.io/elastic/logstash:8.15.0
2020
:kibana-image: docker.io/elastic/kibana:8.15.0
2121
:keycloak-docker-image: quay.io/keycloak/keycloak:26.0.7
22-
:jandex-version: 3.2.4
22+
:jandex-version: 3.2.5
2323
:jandex-gradle-plugin-version: 1.0.0
2424
:kotlin-version: 2.0.21
2525
:grpc-version: 1.69.1

0 commit comments

Comments
 (0)