
Observability Edot Java Migrate
- 2 installs
- 31 repo stars
- Updated May 28, 2026
- elastic/cursor-plugins
observability-edot-java-migrate skill documents Migrate a Java application from the classic Elastic APM Java agent to the EDOT Java agent.
About
observability-edot-java-migrate skill documents Migrate a Java application from the classic Elastic APM Java agent to the EDOT Java agent. Use when switching from elastic-apm-agent.jar to elastic-otel-javaagent.jar.. name: observability-edot-java-migrate description: >
- Migrate a Java application from the classic Elastic APM Java agent to the EDOT Java agent.
- Platform-specific setup patterns for observability-edot-java-migrate.
- Evidence-backed steps from upstream SKILL.md.
- When-to-use criteria for observability-edot-java-migrate versus alternatives.
Observability Edot Java Migrate by the numbers
- 2 all-time installs (skills.sh)
- Ranked #1,786 of 2,203 Security skills by installs in the Skillselion catalog
- Data as of Jul 24, 2026 (Skillselion catalog sync)
observability-edot-java-migrate capabilities & compatibility
- Capabilities
- observability edot java migrate quick start · observability edot java migrate when to use guid · observability edot java migrate integration patt
- Works with
- elasticsearch
- Use cases
- security audit
What observability-edot-java-migrate says it does
Migrate a Java application from the classic Elastic APM Java agent to the EDOT Java
agent. Use when switching from elastic-apm-agent.jar to elastic-otel-javaagent.jar.
npx skills add https://github.com/elastic/cursor-plugins --skill observability-edot-java-migrateAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 31 |
| Last updated | May 28, 2026 |
| Repository | elastic/cursor-plugins ↗ |
How do I use observability-edot-java-migrate correctly?
Migrate a Java application from the classic Elastic APM Java agent to the EDOT Java agent. Use when switching from elastic-apm-agent.jar to elastic-otel-javaagent.jar.
Who is it for?
Teams implementing observability-edot-java-migrate workflows from the catalog.
Skip if: Skip when requirements clearly match a different specialized stack.
When should I use this skill?
User asks about observability-edot-java-migrate, migrate a java application from the classic elastic apm java agent to the edot java agent..
What you get
Working observability-edot-java-migrate setup with validated configuration and next steps.
Files
EDOT Java Migration
Read the migration guide before making changes:
Guidelines
1. Remove ALL classic APM references: elastic-apm-agent.jar, elasticapm.properties, all ELASTIC_APM_* env vars, and any co.elastic.apm Maven/Gradle dependencies 1. Use elastic-otel-javaagent.jar (download from Maven Central, not a Maven/Gradle compile dependency) 1. Attach via -javaagent:/path/to/elastic-otel-javaagent.jar or JAVA_TOOL_OPTIONS="-javaagent:/path/to/elastic-otel-javaagent.jar" — without this the agent does nothing 1. Set exactly three required environment variables:
OTEL_SERVICE_NAME(replacesELASTIC_APM_SERVICE_NAME)OTEL_EXPORTER_OTLP_ENDPOINT— must be the managed OTLP endpoint or EDOT Collector URL. Do NOT reuse the
old ELASTIC_APM_SERVER_URL value. Never use an APM Server URL (no apm-server, no :8200, no /intake/v2/events)
OTEL_EXPORTER_OTLP_HEADERS—"Authorization=ApiKey <key>"or"Authorization=Bearer <token>"(replaces
ELASTIC_APM_SECRET_TOKEN / API_KEY) 1. Do NOT set OTEL_TRACES_EXPORTER, OTEL_METRICS_EXPORTER, or OTEL_LOGS_EXPORTER — the defaults are already correct 1. Never run both classic Elastic APM agent and EDOT agent on the same JVM
Examples
See the EDOT Java migration guide for complete examples.
Related skills
FAQ
What does observability-edot-java-migrate do?
observability-edot-java-migrate skill documents Migrate a Java application from the classic Elastic APM Java agent to the EDOT Java agent.
When should I use observability-edot-java-migrate?
User asks about observability-edot-java-migrate, migrate a java application from the classic elastic apm java agent to the edot java agent..
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.