Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.15.1 Test plan #13965

Closed
7 of 8 tasks
inge4pres opened this issue Sep 2, 2024 · 4 comments
Closed
7 of 8 tasks

8.15.1 Test plan #13965

inge4pres opened this issue Sep 2, 2024 · 4 comments

Comments

@inge4pres
Copy link
Contributor

inge4pres commented Sep 2, 2024

@inge4pres
Copy link
Contributor Author

@axw @lahsivjar @simitt please confirm if the ILM/DLM change will be pushing the release deadline.

@inge4pres
Copy link
Contributor Author

Tested the added feature for the Java agent, with the help of the author

Image

@endorama
Copy link
Member

endorama commented Sep 2, 2024

Tested elastic/go-docappender#190 with: v8.15.0 vs 8.15 and main branch. Logs do not contain the mentioned details so ✅

Details

Using apm-server v8.15.0 and 8.15.

To reproduce:

  • I started the stack with Docker Compose in apm-server
  • started sending data with apmsoak, apm-server scenario
  • stopped apmsoak
  • added Ingest pipeline logs@custom with content
    [
      {
        "json": {
          "field": "error.culprit"
        }
      }
    ]
    
    following the recomendation in https://github.com/elastic/apm-managed-service/issues/927#issuecomment-2255690982
  • started apmsoak again (I've used a less intensive scenario):
      apm-server3:
        - event_rate: 10/1s
          agent_name: apm-go
          agent_replicas: 1
    

I run with with apm-server v8.15.0 tag and 8.15 branch.

v8.15.0 logs:

{"log.level":"error","@timestamp":"2024-09-02T16:47:02.656+0200","log.origin":{"function":"github.com/elastic/go-docappender/v2.(*Appender).flush","file.name":"v2@v2.1.4/appender.go","file.line":403},"message":"failed to index documents in 'logs-apm.error-default' (x_content_parse_exception): [1:17] Unrecognized token 'logrusMiddleware': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')\n at [Source: (String)\"logrusMiddleware\"; line: 1, column: 17]","service.name":"apm-server","documents":2,"ecs.version":"1.6.0"}

to 8.15

{"log.level":"error","@timestamp":"2024-09-02T16:57:56.213+0200","log.origin":{"function":"github.com/elastic/go-docappender/v2.(*Appender).flush","file.name":"v2@v2.2.1/appender.go","file.line":443},"message":"failed to index documents in 'logs-apm.error-default' (x_content_parse_exception): ","service.name":"apm-server","documents":2,"ecs.version":"1.6.0"}

I run the same test with main, and it shows the same behavior.

@inge4pres
Copy link
Contributor Author

Testing completed by Vishal for the ILM/DLM changes.
Thanks a lot @carsonip @endorama @kruskall @lahsivjar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants