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

filebeat got 404 not found error #1013

Closed
halfkong opened this issue Jun 23, 2023 · 0 comments
Closed

filebeat got 404 not found error #1013

halfkong opened this issue Jun 23, 2023 · 0 comments

Comments

@halfkong
Copy link

Which OpenObserve functionalities are the source of the bug?

ingestion

Is this a regression?

Yes

Description

when i config filebeat like this:

setup.ilm.enabled: false
setup.template.enabled: true
setup.template.name: "nginx-log"
setup.template.pattern: "nginx-log-*"
setup.template.overwrite: true

filebeat.inputs:

  • type: log
    enabled: true
    paths:
    • /var/log/live-web/*.log

output.elasticsearch:
hosts: ["http://10.128.166.74:5080"]
timeout: 10
path: "/api/default"
index: "default"
username: "admin@test.com"
password: "admin"

I got "404 Not Found" error

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw

{"log.level":"error","@timestamp":"2023-06-23T16:09:35.617+0800","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":148},"message":"Failed to connect to backoff(elasticsearch(http://10.128.166.74:5080/api/default)): 404 Not Found: ","service.name":"filebeat","ecs.version":"1.6.0"}

Please provide the version you discovered this bug in (check about page for version information)

Version: v0.4.7
Commit Hash: 3c855155fbbd467e191a82d20a2d345c668add9c
OS: CentOS 7.4

Anything else?

No response

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

No branches or pull requests

1 participant