Łukasz Kamiński
Łukasz Kamiński
It is a very promising change, @todvora ! What I am concerned about: 1. Front-end will have some hard time preparing proper _filtering_query_. If I understood everything correctly, for this...
Hi @mpfz0r , I just wanted to mention that by default (with standard analyzer in ES), slash will be treated as token separator. ``` GET _analyze { "analyzer": "standard", "text":...
Oh, sorry, it was my misunderstanding... Then, based on https://www.elastic.co/guide/en/ecs/current/ecs-guidelines.html#_guidelines_for_field_names, namely `No special characters except underscore`, there is a problem with / field names in ES.
Notes from a talk with Marco. If we do not find any clever solution, we could at least try to log messages with INFO level here: https://github.com/Graylog2/graylog2-server/blob/master/graylog2-server/src/main/java/org/graylog2/plugin/Message.java#L567, limiting the rate...
The solution of the main problem will be solved (or considered) as part of #13043. For now, partial improvement with rate limited log is the only improvement that has been...
BE provides information via `traffic` endpoint in bytes. This is a FE issue and should be corrected on the FE side, as FE is responsible for transforming to GiB/GB etc..
@kmerz - sure! @loveyang2012 - I was testing the same API on 6.0 and I was not able to reproduce this error. ...
creation_date listed as optional for API when creating index set via POST /system/indices/index_sets
@drewmiranda-gl - thanks for reporting it. After the first look, it seems that we do not support it at all... Interesting classes: - org.graylog.api.GenerateApiDefinition - org.graylog2.shared.rest.documentation.generator.Generator Especially interesting javadoc fragment:...
No content submitted, closing the issue.
Hi @bernd, I understand that if only the leader is responsible for nodes removal from the `nodes` collection, the entries for old nodes may stay longer in that collection in...