Skip to content

logstash-input-websocket not working in windows #18

@sreeja2371

Description

@sreeja2371

The websocket input which is working fine in Linux is not working in Windows. Getting

[2018-07-27T12:19:49,037][WARN ][logstash.inputs.websocket] websocket input client threw exception, restarting {:exception=>#<Errno::EBADF: Bad file descriptor - No message available>}
[2018-07-27T12:20:15,582][WARN ][logstash.inputs.websocket] websocket input client threw exception, restarting {:exception=>#<Errno::EBADF: Bad file descriptor - No message available>}

Config file I am using is

input {
websocket {
url => "ws://0.0.0.0:8081/"
}
}

Could
output {
file {
path => "C:\ouput_log\logdata.log"
}
}

Could anyone please help?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions