-
**Describe the feature:** Grok Debugger converts nested fields with dots. But logstash doesn't support dots and requires [nested][field] notation. Debugger should support this notation as well. Conseq…
-
In some cases the analysis minifies a selector in the wrong way. Unfortunately, because this is for internal code, I cannot post the full HTML on GitHub. If you want it though, I am happy to send it t…
-
Hi,
Is it possible to convert the following back to an object in your example?
``` js
{
"id": "my-id",
"nes.ted.value": true,
"other.nested.stuff": 5,
"some.array.0": "A",
"some.array.1": …
-
Hi,
we write a lot of code using dot notation because we think it's easier to read, you don't have to keep track of the number of brackets and so on. Compare:
`UIScreen.mainScreen.scale;` vs `[[UIScr…
-
greetings,
I'm getting an error in my snort.lua file for the line:
HOME_NET = '123.123.123.12'.
here's a snippet of the surrounding lines:
```
-- HOME_NET and EXTERNAL_NET must be set now
--…
-
Hi Phill!
It's amazing what you did with this simple prototyping kit! It stands out in its simplicity for dishing out prototypes. I made a modified (and build upon) version of your starterkit. I merge…
-
Within my store, I've defined my fields inside of an object:
`state: {
application: [{
firstName: '',
lastName: '',
phoneNumbers: [{
type: '',
number: '…
-
The response query in the format `res("query")` is not working as documented:
- I can access attributes of the response body JSON with dot notation:`res.body.foo`
- I cannot access attributes by c…
-
Currently there is no way for a user to discover keys (i.e. generate a list of keys). The user is expected to "just know" and/or use `cat`. This needs to be addressed.
Use cases for gathering this …
-
### Describe your problem in detail.
ATM specification for Tabular files https://bids-specification.readthedocs.io/en/stable/common-principles.html#tabular-files states
> String values containing ta…