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

NAT Documentation is out of date #123

Closed
DrHappyAngry opened this issue Apr 9, 2021 · 0 comments · Fixed by #125
Closed

NAT Documentation is out of date #123

DrHappyAngry opened this issue Apr 9, 2021 · 0 comments · Fixed by #125
Assignees

Comments

@DrHappyAngry
Copy link

The documentation in the Readme.md file references attributes that appear to no longer be in the server template file.

Seems like all that's necessary now is to set this attribute
node['graylog2']['http']['external_uri']
to
http://yourgraylogserver.com:9000/
to get NAT working. The trailing slash is necessary and graylog won't start without it.

malcyon pushed a commit that referenced this issue Aug 9, 2021
mariussturm pushed a commit that referenced this issue Aug 20, 2021
* Update Chef version to 15.
Remove oracle suite since java cookbook doesn't support it anymore.

* Fix spec warning about platform/version missing from Runner.
Fix raise_error warning about missing string.

* Remove failing test for node-id file.

* Create java recipe.

Update OS and package versions.

* Fix suite and recipe references in docs.

* Alleviate need to manually install vagrant-vbguest plugin.

* Fix mongodb installs.

* Fix Elasticsearch.

* Override deprecated JVM options in Elasticsearch recipe.

* Update java to v11 so debian setup will work.

* Update graylog-sidecar to use new packages.

* Update docs.

* Remove unused attributes.

* Fix #123.

* Update documentation.

* Fix Vagrantfile and remove java test.

* Update Java check.

* Add upper bound on java version check.

* Fix java error message.

* Make rspec tests install java.

* Add nil checks around java check.

* Add Java wrapper cookbook for integration tests

* Rename sidecar references.
Fix some failing rspec tests.

* Fix sidecar rspec.
Update recipe version to 4.0.0.

* Update docs and berksfile

* Fix rubocop error.

* Update sidecar tests.
Remove oraclejdk tests.

* Update sidecar name in integration tests.

* Rename sidecar config file.

* Add server_api_token parameter for new sidecar.

* Improve unit tests

* Don't test if the sidecar service is running.

* Add test github action.

* Remove travis CI job.

* Add jenkins CI

* Add parallel stages for different platforms to CI.

* Fix Debian integration test

Co-authored-by: Marius Sturm <marius@graylog.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants