File tree 1 file changed +2
-6
lines changed
content/en/blog/2024/collecting-otel-compliant-java-logs-from-files
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Collecting OpenTelemetry-compliant Java logs from files
3
3
linkTitle : OTel-compliant Java logs from files
4
- date :
4
+ date : 2024-12-03
5
5
author : >
6
6
[Cyrille Le Clerc](https://github.com/cyrille-leclerc) (Grafana Labs), [Gregor
7
7
Zeitlinger](https://github.com/zeitlinger) (Grafana Labs)
@@ -205,11 +205,7 @@ OTLP/JSON format, with a JSON object per line. The log records are nested in the
205
205
206
206
## Configure the Collector to ingest the OTLP/JSON logs
207
207
208
- ![ OpenTelemetry Collector OTLP/JSON pipeline] ( otel-collector-otlpjson-pipeline.png )
209
-
210
- You can also
211
- [ view OTel Collector pipeline] ( https://www.otelbin.io/s/69739d790cf279c203fc8efc86ad1a876a2fc01a )
212
- with OTelBin.
208
+ {{< figure class="figure" src="otel-collector-otlpjson-pipeline.png" attr="View OTel Collector pipeline with OTelBin" attrlink="https://www.otelbin.io/s/69739d790cf279c203fc8efc86ad1a876a2fc01a " >}}
213
209
214
210
``` yaml
215
211
# tested with otelcol-contrib v0.112.0
You can’t perform that action at this time.
0 commit comments