Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rendering fields has a funky behaivor for object fields in Explore #137

Open
enotspe opened this issue Aug 17, 2024 · 0 comments
Open

rendering fields has a funky behaivor for object fields in Explore #137

enotspe opened this issue Aug 17, 2024 · 0 comments

Comments

@enotspe
Copy link

enotspe commented Aug 17, 2024

as seen in the image below, not all documents have values been displayed for fields on the table

image

If we take second row, it may seem that it only has source.ip: 49.232.244.108 and session.id: 4836129 and no values for fgt.srcip and fgt.sessionid. However, that is impossible because source.ip is a copy of fgt.srcip and session.id is a copy of fgt.sessionid

If we filter just that document we see that it does have both fgt.srcip and fgt.sessionid, but json is not expanded on view like other object fields.

image

We can use fgt.srcip and fgt.sessionid for search and the search works, but it does not expand the json either

image

The behavior is random, running the query again and again and I get a different display everytime. Sometimes it expands some fields, sometimes others
image

all fields shown
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant