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

[error] [http_client] broken connection to #8714

Closed
divyank-gupta-sp opened this issue Apr 15, 2024 · 3 comments
Closed

[error] [http_client] broken connection to #8714

divyank-gupta-sp opened this issue Apr 15, 2024 · 3 comments

Comments

@divyank-gupta-sp
Copy link

divyank-gupta-sp commented Apr 15, 2024

Bug Report

Describe the bug

2024/04/15 15:00:49] [debug] [output:http:http.0] task_id=1 assigned to thread #1
[2024/04/15 15:00:49] [debug] [output:http:http.0] task_id=5 assigned to thread #0
[2024/04/15 15:00:49] [debug] [output:http:http.0] signing request with AWS Sigv4
[2024/04/15 15:00:49] [debug] [output:http:http.0] signing request with AWS Sigv4
[2024/04/15 15:00:49] [error] [http_client] broken connection to lpm-poc-1-icuskdgqpklye24nxu4jl55x4a.us-east-2.osis.amazonaws.com:443 ?
[2024/04/15 15:00:49] [error] [output:http:http.0] could not flush records to lpm-poc-1-icuskdgqpklye24nxu4jl55x4a.us-east-2.osis.amazonaws.com:443 (http_do=-1)
[2024/04/15 15:00:49] [ warn] [engine] chunk '1-1713193230.878240317.flb' cannot be retried: task_id=4, input=dummy.0 > output=http.0

To Reproduce

FluentBit Config:

    [INPUT]
      Name dummy
      Dummy {"top": {".dotted": "value"}}
    [OUTPUT]

      Name http
      Match *
      Host lpm-poc-1-icuskdgqpklye24nxu4jl55x4a.us-east-2.osis.amazonaws.com
      Port 443
      URI /log-pipeline/logs
      Format json
      aws_auth true
      aws_region  us-east-2
      aws_service osis
      aws_role_arn arn:aws:iam::406205545357:role/LPM_POC_TEST_1
      Log_Level trace
      tls On

Opensearch Ingestion Pipeline Config:

version: "2"
log-pipeline:
  source:
    http:
      path: "/log-pipeline/logs"

  sink:
    - opensearch:
        hosts: [ "https://vpc-logs-os-useast2-lrw5t4agewuwolew2lcatgfsfy.us-east-2.es.amazonaws.com" ]
        aws:
          sts_role_arn: "arn:aws:iam::406205545357:role/AWS_OS_Pipeline_Access_POC"
          region: us-east-2
        index: "fluent-bit"

Expected behavior

Sending logs to the AWS Opensearch Ingestion Pipeline from Fluentbit

Your Environment

  • Version used: Fluent Bit v1.9.10 (AWS for Fluent Bit Container Image Version 2.32.2)
  • Configuration: FluentBit deployed on EKS cluster in AWS trying to send logs to AWS Opensearch Ingestion Pipeline
  • Environment name and version (e.g. Kubernetes? What version?):EKS 1.25
  • Filters and plugins: FluentBit http Output plugin

Additional context

FluentBit deployed on EKS cluster in AWS trying to send logs to AWS Opensearch Ingestion Pipeline

@edsiper
Copy link
Member

edsiper commented Apr 24, 2024

Please attach the full log

Copy link
Contributor

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.

@github-actions github-actions bot added the Stale label Jul 24, 2024
Copy link
Contributor

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants