Jochen Schalanda
Jochen Schalanda
I want to send a request to a remote HTTP service which has some strict encoding rules. For example, HTTP requests to `http://example.com/path?query+string` are working, but requests to `http://example.com/path?query%2Bstring` are...
The `aws codebuild start-build` command in the AWS CLI has a parameter `--image-pull-credentials-type-override` to override the service role used to pull/provision the custom images in a AWS CodeBuild build project....
_From @rightisleft on January 20, 2017 16:18_ When looking at bug Graylog2/graylog2-server#2996 - the actions do correct the error. However, Your documentation makes the assumption that you check the server...
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-regexp-query.html#regexp-syntax
People regularly struggle with the concept of [privileged ports](https://www.w3.org/Daemon/User/Installation/PrivilegedPorts.html) and how to allow Graylog to bind to these (e. g. port 514 for syslog). - https://en.wikipedia.org/wiki/Authbind - https://debian-administration.org/article/386/Running_network_services_as_a_non-root_user. - https://github.com/Graylog2/fpm-recipes/blob/2.0/recipes/graylog-server/files/environment#L10-L12
On some systems, the `/tmp` directory has insufficient/wrong mount options causing errors similar to the following: ```text Caused by: java.lang.UnsatisfiedLinkError: /tmp/jna--1712433994/jna7387046629130767794.tmp: /tmp/jna--1712433994/jna7387046629130767794.tmp: failed to map segment from shared object: Operation...
- https://www.loggly.com/blog/nine-tips-configuring-elasticsearch-for-high-performance/
https://www.elastic.co/guide/en/elasticsearch/reference/5.5/mapping.html#mapping-limit-settings https://community.graylog.org/t/graylog-es-log-limit-of-total-fields-1000-in-index-graylog-519-has-been-exceeded-and-no-longer-processing/2009 https://discuss.elastic.co/t/total-fields-limit-setting/53004
https://medium.com/@kyletomsik/recovering-corrupted-elasticsearch-indices-a86fede6b9c2#.w7dcxw21y
https://github.com/Graylog2/graylog2-server/issues/1560#issuecomment-238310708