“When it’s done”, but pretty sure it’s sometime in 2018.
What do you mean exactly?
We’ll have to update the documentation for Graylog 2.x, since it’s obviously incorrect.
Fl4m3Ph03n1x
(Pedro Miguel Pereira Serrano Martins)
5
Is the underscore notation as expressive as the dot notation? Or are there some queries that you can do with the dot notation that cannot be done with the underscore one? ( are there any limitations to using the _ notation? )
We’ll have to update the documentation for Graylog 2.x, since it’s obviously incorrect.
Alright, so I just need to update this page and it should all be fine, right?
Or am I missing something else?
I still don’t know what you mean. Could you provide some examples?
Fl4m3Ph03n1x
(Pedro Miguel Pereira Serrano Martins)
7
My question comes mainly from my ignorance regarding Graylog2 internals, so it’s normal that perhaps for you it makes no sense at all.
Let’s say that I have the following search query:
obj.bananasCount -> returns the number of bananas in this obj
Now, lets say that when making a search in Graylog2 due to some internal limitation the following query wouldn’t work:
obj_bananasCount -> returns empty, because for some unknown reason to the user, Graylog2 internals can't convert the '_' character to a '.' character equivalent
I see this is possible ( albeit, not sure ) with properties whose name start with ‘_’. Like for example:
obj._orangeCount
How would you convert this?
obj__orangeCount ?
Regarding the docs I will see when I have time for a fix and a PR.