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

Added Process Rollback fields #393

Merged
merged 3 commits into from Aug 14, 2023
Merged

Added Process Rollback fields #393

merged 3 commits into from Aug 14, 2023

Conversation

bit-envoy
Copy link
Contributor

@bit-envoy bit-envoy commented Jul 19, 2023

Change Summary

Added response fields related to Process Rollback

Sample values

Sample document:

    "Responses": [
        {
            "@timestamp": "2023-07-19T14:21:05.0Z",
            "action": {
                "action": "process_rollback",
                "process": {
                    "path": "C:\\Users\\Pawel Mirski\\AppData\\Local\\Programs\\Python\\Python38-32\\python.exe"
                }
            },
            "message": "Successful production process rollback",
            "result": 0
        }
    ]

Release Target

Q/A

For mapping changes:

  • I ran make after making the schema changes, and committed all changes
  • If these field(s) are "exception"-able, I made a companion PR to Kibana adding it (see Readme)
  • If this is a metadata change, I also updated both transform destination schemas to match

For Transform changes:

  • The new transform successfully starts in Kibana
  • The corresponding transform destination schema was updated if necessary

@bit-envoy bit-envoy self-assigned this Jul 19, 2023
@bit-envoy bit-envoy requested a review from a team as a code owner July 19, 2023 14:30
@elasticmachine
Copy link
Contributor

elasticmachine commented Jul 19, 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-08-14T10:38:42.097+0000

  • Duration: 8 min 30 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.

@pzl
Copy link
Member

pzl commented Aug 3, 2023

@bit-envoy can you please add those sample values into package/endpoint/data_stream/alerts/sample_event.json?

It is used in automated testing to verify mapped fields and type matching

@bit-envoy bit-envoy merged commit e86076a into main Aug 14, 2023
5 checks passed
@elasticmachine
Copy link
Contributor

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

@pzl pzl deleted the Process_Rollback_Fields branch August 14, 2023 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants