Dan Torrey

Results 21 issues of Dan Torrey

## Description Adds a new Index Sets Configuration section to the System > Configurations page where defaults for the number of `shards` and `replicas` can be configured. The current intention...

## What? Consider removing the `elasticsearch_shards` and `elasticsearch_replicas` server configuration settings (possibly in Graylog `5.0`). https://github.com/Graylog2/graylog2-server/pull/13018 establishes an in-database method of storing these values (which can be changed at runtime...

feature
triaged

## Overview When a large number of users are present in Graylog, certain user-related API requests seem to be slow and take a long time. The requests take longer when...

bug
triaged

## What? Add a unique index for the `users.username` field. ## Why? At least two instances have occurred when customers were upgrading to Graylog `4.3.2` where duplicate users (with the...

bug
triaged

When attempting to release the Docker images for Graylog `4.3.5` (https://github.com/Graylog2/graylog-docker/commit/b326f09c00d9b3f246acddffe56e73f73e8fe189), the following error occurred for the `4.3.5-1` tag release job: ``` 12:29:38 #45 0.523 standard_init_linux.go:228: exec user process caused:...

## Context The docs for creating and managing API tokens in Graylog are out of date. https://docs.graylog.org/en/4.0/pages/configuration/rest_api.html?highlight=token#creating-and-using-access-token In the latest release of Graylog, API tokens are no longer copyable to...

triaged

The 4.1 Forwarder requires that Java be installed (similar to Graylog). The [documentation](https://docs.graylog.org/en/4.1/pages/enterprise/forwarder.html) should probably updated to describe the Java requirements. Perhaps a [System Requirements](https://docs.graylog.org/en/4.0/pages/installation.html#system-requirements) page can be added, or...

documentation
triaged

In the 4.1 release, the ability to export Graylog Dropwizard metrics to Prometheus is being added to the core open-source product in https://github.com/Graylog2/graylog2-server/pull/10767. This works similarly to the existing Graylog...

triaged

Modify the [existing Cloud Forwarder documentation](https://docs.graylog.org/en/4.0/pages/enterprise/cloud_forwarder.html) to target the new 4.1 Forwarder. In the upcoming 4.1 release of Graylog, we will be migrating the Cloud Forwarder and making it available...

In Graylog 4.1, a new `server.conf` configuration property named `allowed_auxiliary_paths` was added. The documentation needs to be adjusted accordingly. PR https://github.com/Graylog2/graylog2-server/pull/10391 has more info about the property. ## Context The...

triaged