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

GCP 2.25.1 - High no. of error messages in Elastic Agent Logs #7349

Closed
ar3diu opened this issue Aug 10, 2023 · 4 comments
Closed

GCP 2.25.1 - High no. of error messages in Elastic Agent Logs #7349

ar3diu opened this issue Aug 10, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@ar3diu
Copy link

ar3diu commented Aug 10, 2023

Elastic Agent & Stack: 8.9.0
Google Cloud Platform Integration: 2.25.1

Configuration: Elastic-Agent using the GCP integration to collect audit logs from a Pub/Sub.
Issue: The audit logs actually do arrive in Elasticsearch, but there is a high no. of error messages in Elastic Agent logs, like for every audit log that's ingested. The message doesn't suggest as this would actually be about an error and I'm thinking that it could be a software bug that logs this message under a wrong log level.

{
    "log.level": "error",
    "@timestamp": "2023-08-10T12:16:48.214Z",
    "message": "ACKing pub/sub event",
    "component": {
        "binary": "filebeat",
        "dataset": "elastic_agent.filebeat",
        "id": "gcp-pubsub-default",
        "type": "gcp-pubsub"
    },
    "log": {
        "source": "gcp-pubsub-default"
    },
    "log.logger": "gcp.pubsub",
    "log.origin": {
        "file.line": 150,
        "file.name": "gcppubsub/input.go"
    },
    "service.name": "filebeat",
    "pubsub_project": "<redacted>",
    "pubsub_topic": "<redacted>",
    "pubsub_subscription": {
        "Create": false,
        "MaxOutstandingMessages": 1000,
        "Name": "<redacted>",
        "NumGoroutines": 1
    },
    "ecs.version": "1.6.0",
    "ecs.version": "1.6.0"
}
@galdor
Copy link

galdor commented Aug 21, 2023

I'm seeing the same behaviour with Filebeat 0.8.9. Does anyone know what it means and how to make it stop?

@elasticmachine
Copy link

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

@andrewkroh andrewkroh added the bug Something isn't working label Aug 21, 2023
@andrewkroh
Copy link
Member

I think this relates to elastic/beats#36296 which was fixed and backported into the 8.9 branch so that it can be released when v8.9.2 comes out.

@ebeahan
Copy link
Member

ebeahan commented Oct 19, 2023

Fixed in #7349.

@ebeahan ebeahan closed this as completed Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants