graylog does not work out of the boxSyslog info from vmware hosts to graylog are not collecting...
How to count words in a line
Which aircraft had such a luxurious-looking navigator's station?
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
I can't die. Who am I?
How to avoid being sexist when trying to employ someone to function in a very sexist environment?
Use comma instead of & in table
Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?
What's the difference between a cart and a wagon?
If a druid in Wild Shape swallows a creature whole, then turns back to her normal form, what happens?
Why does Starman/Roadster have radial acceleration?
How to approximate rolls for potions of healing using only d6's?
Contradiction with Banach Fixed Point Theorem
Must a tritone substitution use a dominant seventh chord?
Make me a metasequence
Is there a better way to make addon working on both blender 2.80 and 2.79?
What am I? I am in theaters and computer programs
Find the next monthly expiration date
What to do when being responsible for data protection in your lab, yet advice is ignored?
What is the difference between throw e and throw new Exception(e)?
What are these green text/line displays shown during the livestream of Crew Dragon's approach to dock with the ISS?
CBP Reminds Travelers to Allow 72 Hours for ESTA. Why?
Where is this triangular-shaped space station from?
Has the Isbell–Freyd criterion ever been used to check that a category is concretisable?
What is meant by "mushroom grandeur" in this context?
graylog does not work out of the box
Syslog info from vmware hosts to graylog are not collecting correctlygraylog-server not binding on port 12900Different extractors for the same Graylog input?Graylog: Fields from Pipeline rule not showing up in search dataGraylog v1.1.1: Editing source IP Address to reflect the IP inside a time stampServer currently unavailable for Ubuntu 16.04run graylog in different portWhos is eating my fields? (or: how do I get more of the custom fields from my beats message into graylog)GrayLog, can not see any logs
http://docs.graylog.org/en/3.0/pages/installation/docker.html
$ docker run --name mongo -d mongo:3
$ docker run --name elasticsearch
-e "http.host=0.0.0.0"
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m"
-d docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.4
$ docker run --link mongo --link elasticsearch
-p 9000:9000 -p 12201:12201 -p 514:514
-e GRAYLOG_HTTP_BIND_ADDRESS="127.0.0.1:9000"
-d graylog/graylog:3.0
Then http://localhost:9000/ - 404.
Should it be working out of box?
graylog
New contributor
add a comment |
http://docs.graylog.org/en/3.0/pages/installation/docker.html
$ docker run --name mongo -d mongo:3
$ docker run --name elasticsearch
-e "http.host=0.0.0.0"
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m"
-d docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.4
$ docker run --link mongo --link elasticsearch
-p 9000:9000 -p 12201:12201 -p 514:514
-e GRAYLOG_HTTP_BIND_ADDRESS="127.0.0.1:9000"
-d graylog/graylog:3.0
Then http://localhost:9000/ - 404.
Should it be working out of box?
graylog
New contributor
add a comment |
http://docs.graylog.org/en/3.0/pages/installation/docker.html
$ docker run --name mongo -d mongo:3
$ docker run --name elasticsearch
-e "http.host=0.0.0.0"
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m"
-d docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.4
$ docker run --link mongo --link elasticsearch
-p 9000:9000 -p 12201:12201 -p 514:514
-e GRAYLOG_HTTP_BIND_ADDRESS="127.0.0.1:9000"
-d graylog/graylog:3.0
Then http://localhost:9000/ - 404.
Should it be working out of box?
graylog
New contributor
http://docs.graylog.org/en/3.0/pages/installation/docker.html
$ docker run --name mongo -d mongo:3
$ docker run --name elasticsearch
-e "http.host=0.0.0.0"
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m"
-d docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.4
$ docker run --link mongo --link elasticsearch
-p 9000:9000 -p 12201:12201 -p 514:514
-e GRAYLOG_HTTP_BIND_ADDRESS="127.0.0.1:9000"
-d graylog/graylog:3.0
Then http://localhost:9000/ - 404.
Should it be working out of box?
graylog
graylog
New contributor
New contributor
New contributor
asked 6 hours ago
sesses
1013
1013
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Should you like to have Graylog running on your local computer, please use the following:
$ docker run --name mongo -d mongo:3
$ docker run --name elasticsearch
-e "http.host=0.0.0.0"
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m"
-d docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.1
$ docker run --name graylog --link mongo --link elasticsearch
-p 9000:9000 -p 12201:12201 -p 514:514
-e GRAYLOG_HTTP_EXTERNAL_URI="http://127.0.0.1:9000/"
-d graylog/graylog:3.0
Fix to the documentation is incoming. Thank you for pointing that out.
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
});
}
});
ses is a new contributor. Be nice, and check out our Code of Conduct.
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%2f956655%2fgraylog-does-not-work-out-of-the-box%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Should you like to have Graylog running on your local computer, please use the following:
$ docker run --name mongo -d mongo:3
$ docker run --name elasticsearch
-e "http.host=0.0.0.0"
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m"
-d docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.1
$ docker run --name graylog --link mongo --link elasticsearch
-p 9000:9000 -p 12201:12201 -p 514:514
-e GRAYLOG_HTTP_EXTERNAL_URI="http://127.0.0.1:9000/"
-d graylog/graylog:3.0
Fix to the documentation is incoming. Thank you for pointing that out.
New contributor
add a comment |
Should you like to have Graylog running on your local computer, please use the following:
$ docker run --name mongo -d mongo:3
$ docker run --name elasticsearch
-e "http.host=0.0.0.0"
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m"
-d docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.1
$ docker run --name graylog --link mongo --link elasticsearch
-p 9000:9000 -p 12201:12201 -p 514:514
-e GRAYLOG_HTTP_EXTERNAL_URI="http://127.0.0.1:9000/"
-d graylog/graylog:3.0
Fix to the documentation is incoming. Thank you for pointing that out.
New contributor
add a comment |
Should you like to have Graylog running on your local computer, please use the following:
$ docker run --name mongo -d mongo:3
$ docker run --name elasticsearch
-e "http.host=0.0.0.0"
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m"
-d docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.1
$ docker run --name graylog --link mongo --link elasticsearch
-p 9000:9000 -p 12201:12201 -p 514:514
-e GRAYLOG_HTTP_EXTERNAL_URI="http://127.0.0.1:9000/"
-d graylog/graylog:3.0
Fix to the documentation is incoming. Thank you for pointing that out.
New contributor
Should you like to have Graylog running on your local computer, please use the following:
$ docker run --name mongo -d mongo:3
$ docker run --name elasticsearch
-e "http.host=0.0.0.0"
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m"
-d docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.1
$ docker run --name graylog --link mongo --link elasticsearch
-p 9000:9000 -p 12201:12201 -p 514:514
-e GRAYLOG_HTTP_EXTERNAL_URI="http://127.0.0.1:9000/"
-d graylog/graylog:3.0
Fix to the documentation is incoming. Thank you for pointing that out.
New contributor
New contributor
answered 4 hours ago
Jan DobersteinJan Doberstein
312
312
New contributor
New contributor
add a comment |
add a comment |
ses is a new contributor. Be nice, and check out our Code of Conduct.
ses is a new contributor. Be nice, and check out our Code of Conduct.
ses is a new contributor. Be nice, and check out our Code of Conduct.
ses is a new contributor. Be nice, and check out our Code of Conduct.
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%2f956655%2fgraylog-does-not-work-out-of-the-box%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