Skip to content

Commit

Permalink
Merge branch 'master' into go-1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartnelson3 authored Oct 13, 2021
2 parents 2742410 + d3e8ac7 commit 2d9e9f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion changelogs/7.15.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ https://github.com/elastic/apm-server/compare/v7.15.0\...v7.15.1[View commits]

[float]
==== Bug fixes
- dedot http.request.body.original {pull}6256[6256]
- dedot `http.request.body.original` {pull}6256[6256]
- processor/otel: don't truncate `db.statement` {pull}6305[6305]

[float]
[[release-notes-7.15.0]]
Expand Down
1 change: 0 additions & 1 deletion changelogs/head.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ https://github.com/elastic/apm-server/compare/7.15\...master[View commits]

[float]
==== Bug fixes
- processor/otel: don't truncate `db.statement` {pull}6305[6305]
- Use timestamp of original events for transaction/span metrics {pull}6311[6311]

[float]
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
kibana: { condition: service_healthy }

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-fabc5bf1-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-cf8e5c68-SNAPSHOT
ports:
- 9200:9200
healthcheck:
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
- "./testing/docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"

kibana:
image: docker.elastic.co/kibana/kibana:8.0.0-fabc5bf1-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.0.0-cf8e5c68-SNAPSHOT
ports:
- 5601:5601
healthcheck:
Expand All @@ -85,7 +85,7 @@ services:
package-registry: { condition: service_healthy }

fleet-server:
image: docker.elastic.co/beats/elastic-agent:8.0.0-fabc5bf1-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.0.0-cf8e5c68-SNAPSHOT
ports:
- 8220:8220
healthcheck:
Expand Down

0 comments on commit 2d9e9f5

Please sign in to comment.