nxlog fails to connect, and never retries Announcing the arrival of Valued Associate #679:...
How to make an animal which can only breed for a certain number of generations?
Did any compiler fully use 80-bit floating point?
Why can't fire hurt Daenerys but it did to Jon Snow in season 1?
Problem with display of presentation
How could a hydrazine and N2O4 cloud (or it's reactants) show up in weather radar?
Combining list in a Cartesian product format with addition operation?
Why does BitLocker not use RSA?
Vertical ranges of Column Plots in 12
Is a copyright notice with a non-existent name be invalid?
One-one communication
draw a pulley system
Where did Ptolemy compare the Earth to the distance of fixed stars?
Table formatting with tabularx?
Twin's vs. Twins'
Why do the Z-fighters hide their power?
Was the pager message from Nick Fury to Captain Marvel unnecessary?
why doesn't university give past final exams' answers
Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?
How do you cope with tons of web fonts when copying and pasting from web pages?
Did John Wesley plagiarize Matthew Henry...?
What is the proper term for etching or digging of wall to hide conduit of cables
Do i imagine the linear (straight line) homotopy in a correct way?
First paper to introduce the "principal-agent problem"
How can I list files in reverse time order by a command and pass them as arguments to another command?
nxlog fails to connect, and never retries
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Configuring LogStash properly w/ nxlogNxlog Multiline Input to 1 Syslog MessageHow to use om_exec with nxlog on WindowsNXLOG shipper and Logstash alert to NAGIOSForwarding Application Logs using nxlogNxLog delete file after processingNxlog pipe scheduled command outputNxlog - Collecting data from SQL Tablenxlog get logs from applications and services logsNXLog TLS configuration
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'm having an issue with nxlog, when trying to connect over network. It seems it is linked with misconfigured network (this is on a virtual machine, within Vagrant)
Error message is
ERROR couldn't connect to udp socket on 192.168.41.2:514; A socket operation was attempted to an unreachable network.
Unfortunately, it never tries to reconnect; i've seen there's an option to reconnect in configuration file, but only for ssl and tcp, and it is deprecated.
I failed to find details in forums and documentations - is there something I can do to force reconnect (or detect misconnection?)
Thanks
windows vagrant udp nxlog
add a comment |
I'm having an issue with nxlog, when trying to connect over network. It seems it is linked with misconfigured network (this is on a virtual machine, within Vagrant)
Error message is
ERROR couldn't connect to udp socket on 192.168.41.2:514; A socket operation was attempted to an unreachable network.
Unfortunately, it never tries to reconnect; i've seen there's an option to reconnect in configuration file, but only for ssl and tcp, and it is deprecated.
I failed to find details in forums and documentations - is there something I can do to force reconnect (or detect misconnection?)
Thanks
windows vagrant udp nxlog
add a comment |
I'm having an issue with nxlog, when trying to connect over network. It seems it is linked with misconfigured network (this is on a virtual machine, within Vagrant)
Error message is
ERROR couldn't connect to udp socket on 192.168.41.2:514; A socket operation was attempted to an unreachable network.
Unfortunately, it never tries to reconnect; i've seen there's an option to reconnect in configuration file, but only for ssl and tcp, and it is deprecated.
I failed to find details in forums and documentations - is there something I can do to force reconnect (or detect misconnection?)
Thanks
windows vagrant udp nxlog
I'm having an issue with nxlog, when trying to connect over network. It seems it is linked with misconfigured network (this is on a virtual machine, within Vagrant)
Error message is
ERROR couldn't connect to udp socket on 192.168.41.2:514; A socket operation was attempted to an unreachable network.
Unfortunately, it never tries to reconnect; i've seen there's an option to reconnect in configuration file, but only for ssl and tcp, and it is deprecated.
I failed to find details in forums and documentations - is there something I can do to force reconnect (or detect misconnection?)
Thanks
windows vagrant udp nxlog
windows vagrant udp nxlog
asked Sep 25 '17 at 15:19
Nicolas CharlesNicolas Charles
690511
690511
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
This is a bug in the om_udp
module of the NXLog Community Edition. We have already fixed this in the EE and the fix will be available in the next CE release also.
add a comment |
now 2019 and CE edition v 2.10.215 still have this error
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f875379%2fnxlog-fails-to-connect-and-never-retries%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is a bug in the om_udp
module of the NXLog Community Edition. We have already fixed this in the EE and the fix will be available in the next CE release also.
add a comment |
This is a bug in the om_udp
module of the NXLog Community Edition. We have already fixed this in the EE and the fix will be available in the next CE release also.
add a comment |
This is a bug in the om_udp
module of the NXLog Community Edition. We have already fixed this in the EE and the fix will be available in the next CE release also.
This is a bug in the om_udp
module of the NXLog Community Edition. We have already fixed this in the EE and the fix will be available in the next CE release also.
answered Sep 26 '17 at 12:09
b0tib0ti
9211613
9211613
add a comment |
add a comment |
now 2019 and CE edition v 2.10.215 still have this error
New contributor
add a comment |
now 2019 and CE edition v 2.10.215 still have this error
New contributor
add a comment |
now 2019 and CE edition v 2.10.215 still have this error
New contributor
now 2019 and CE edition v 2.10.215 still have this error
New contributor
New contributor
answered 5 mins ago
MukhitMukhit
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f875379%2fnxlog-fails-to-connect-and-never-retries%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown