We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fleet-server has log lines with inconsistent attributes.
For example:
fleet-server/internal/pkg/policy/policy_output.go
Line 54 in 5e8a1e9
fleet-server/internal/pkg/policy/self.go
Line 265 in 5e8a1e9
Both refer to policy outputs but are named different things. We should go through the codebase and try to make these more consistent (following ecs)
The text was updated successfully, but these errors were encountered:
Few more places to make consistent: The action type is logged under different fields:
ack event actionId Action delivered to agent on checkin id
Found that the policy id is also logged under different names:
New revision of policy received and added to the queue fleet.policy.id Policy coordinator added a new policy revision policy_id
Sorry, something went wrong.
Revision_idx fields are changed in this pr #3234
Found one more place where revision and coordinator idx is logged under a different name:
fleet-server/internal/pkg/api/handleCheckin.go
Lines 768 to 769 in 6189520
juliaElastic
Successfully merging a pull request may close this issue.
fleet-server has log lines with inconsistent attributes.
For example:
fleet-server/internal/pkg/policy/policy_output.go
Line 54 in 5e8a1e9
fleet-server/internal/pkg/policy/self.go
Line 265 in 5e8a1e9
Both refer to policy outputs but are named different things.
We should go through the codebase and try to make these more consistent (following ecs)
The text was updated successfully, but these errors were encountered: