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

add heartbeat ds #396

Merged
merged 1 commit into from Jul 31, 2023
Merged

add heartbeat ds #396

merged 1 commit into from Jul 31, 2023

Conversation

joeypoon
Copy link
Member

@joeypoon joeypoon commented Jul 25, 2023

Change Summary

adds heartbeat ds to be used for serverless metering / billing. endpoint PR: https://github.com/elastic/endpoint-dev/pull/13014.

Sample document:

{
    "@timestamp": "2023-07-18T20:40:09.279939Z",
    "agent": {
        "id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
    },
    "data_stream": {
        "dataset": "endpoint.heartbeat",
        "namespace": "default",
        "type": ".logs"
    },
    "message": "Endpoint heartbeat",
    "event": {
        "ingested": "2023-07-18T20:40:09.279939Z"
    }
}

Release Target

8.10

For mapping changes:

  • I ran make after making the schema changes, and committed all changes

@joeypoon joeypoon requested a review from a team as a code owner July 25, 2023 22:34
@elasticmachine
Copy link
Contributor

elasticmachine commented Jul 25, 2023

💚 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 preview

Expand to view the summary

Build stats

  • Start Time: 2023-07-28T22:04:47.180+0000

  • Duration: 7 min 24 sec

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

Copy link
Member

@pzl pzl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not every day we add a new data stream! Looks good. Thanks for the sample_event for tests

@joeypoon joeypoon merged commit ca1565e into main Jul 31, 2023
5 checks passed
@joeypoon joeypoon deleted the feature/heartbeat-ds branch July 31, 2023 17:01
@elasticmachine
Copy link
Contributor

Package endpoint - 8.10.0 containing this change is available at https://epr.elastic.co/search?package=endpoint

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

Successfully merging this pull request may close these issues.

None yet

3 participants