-
Notifications
You must be signed in to change notification settings - Fork 923
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
[Data Explorer][Discover 2.0] New discover ignores "Default columns" setting #5246
Labels
bug
Something isn't working
data explorer
Issues related to the Data Explorer project
discover
for discover reinvent
v2.11.0
Comments
ananzh
added
discover
for discover reinvent
data explorer
Issues related to the Data Explorer project
v2.11.0
and removed
untriaged
labels
Oct 9, 2023
@karel-m thanks for helping us find this bug. We will work on it. |
ananzh
added a commit
to ananzh/OpenSearch-Dashboards
that referenced
this issue
Oct 10, 2023
This is a missing functionality * When user sets up `Default columns` in advanced settings, discover should display default columns if the selected idp has the columns. * If selected idp has no such columns, display `_source` column. Issue Resolve opensearch-project#5246 Signed-off-by: ananzh <[email protected]>
ananzh
added a commit
to ananzh/OpenSearch-Dashboards
that referenced
this issue
Oct 10, 2023
This is a missing functionality * When user sets up `Default columns` in advanced settings, discover should display default columns if the selected idp has the columns. * If selected idp has no such columns, display `_source` column. Issue Resolve opensearch-project#5246 Signed-off-by: ananzh <[email protected]>
7 tasks
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Oct 10, 2023
* [BUG][Discover] Allow default columns settings This is a missing functionality * When user sets up `Default columns` in advanced settings, discover should display default columns if the selected idp has the columns. * If selected idp has no such columns, display `_source` column. Issue Resolve #5246 Signed-off-by: ananzh <[email protected]> * fix unit test Signed-off-by: ananzh <[email protected]> --------- Signed-off-by: ananzh <[email protected]> (cherry picked from commit b3104ce) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Oct 10, 2023
* [BUG][Discover] Allow default columns settings This is a missing functionality * When user sets up `Default columns` in advanced settings, discover should display default columns if the selected idp has the columns. * If selected idp has no such columns, display `_source` column. Issue Resolve #5246 Signed-off-by: ananzh <[email protected]> * fix unit test Signed-off-by: ananzh <[email protected]> --------- Signed-off-by: ananzh <[email protected]> (cherry picked from commit b3104ce) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ashwin-pc
pushed a commit
that referenced
this issue
Oct 10, 2023
* [BUG][Discover] Allow default columns settings This is a missing functionality * When user sets up `Default columns` in advanced settings, discover should display default columns if the selected idp has the columns. * If selected idp has no such columns, display `_source` column. Issue Resolve #5246 * fix unit test --------- (cherry picked from commit b3104ce) Signed-off-by: ananzh <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ananzh
pushed a commit
that referenced
this issue
Oct 10, 2023
* [BUG][Discover] Allow default columns settings This is a missing functionality * When user sets up `Default columns` in advanced settings, discover should display default columns if the selected idp has the columns. * If selected idp has no such columns, display `_source` column. Issue Resolve #5246 --------- (cherry picked from commit b3104ce) Signed-off-by: ananzh <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
data explorer
Issues related to the Data Explorer project
discover
for discover reinvent
v2.11.0
Describe the bug
The new discover interface seems to ignore "Default columns" settings
To Reproduce
Expected behavior
Showing columns according to the "Default columns" setting.
Unfortunately it shows just
@timestamp
+_source
columns like this:OpenSearch Version
v2.10.0 (installed from RPM opensearch-2.10.0-1.x86_64)
Dashboards Version
v2.10.0 (installed from RPM opensearch-dashboards-2.10.0-1.x86_64)
Host/Environment
The text was updated successfully, but these errors were encountered: