elastic / ecs-logging-php

Apache License 2.0
19 stars 35 forks source link

Fix: include timezone in the @timestamp #15

Closed DRoet closed 3 years ago

DRoet commented 4 years ago

Otherwise logs might not show up in Kibana until hours later, in my case after 2 hours since I am gmt+2

Before: 2020-09-01T19:43:37.000000Z After: 2020-09-01T19:43:37.000000+02:00

cla-checker-service[bot] commented 4 years ago

💚 CLA has been signed

apmmachine commented 4 years ago

:green_heart: Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS Pipeline View Test View Changes Artifacts preview

Expand to view the summary

#### Build stats * Build Cause: `Pull request #15 updated` * Start Time: 2021-02-09T07:03:07.263+0000 * Duration: 6 min 57 sec * Commit: 089d40d2d1de503ddcabfb0b6fd96d8edd34c418 #### Test stats :test_tube: | Test | Results | | ------------ | :-----------------------------: | | Failed | 0 | | Passed | 60 | | Skipped | 6 | | Total | 66 | #### Trends :test_tube: ![Image of Build Times](https://apm-ci.elastic.co/job/apm-agent-php/job/ecs-logging-php-mbp/job/PR-15/buildTimeGraph/png) ![Image of Tests](https://apm-ci.elastic.co/job/apm-agent-php/job/ecs-logging-php-mbp/job/PR-15/6/testReport/history/countGraph/png?start=0&end=25)

DRoet commented 4 years ago

I'e signed the CLA

SergeyKleyman commented 3 years ago

It looks very good - thank you for the contribution.