-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
explicitly passing filters and query to visualize #19172
Changes from all commits
4725254
be448dd
683d4bc
697a03e
bcc4c5b
85b25fa
a154ed0
a461d8e
eed53ca
7644411
731e1e8
0f33739
618836b
9ca930e
611a43c
bd9e70a
18f6d36
e79409b
ed38367
b6800e7
3a7fe8c
c8822cd
c6db1fe
0388f37
1e9ebfe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,9 +160,6 @@ app.directive('dashboardApp', function ($injector) { | |
|
||
timefilter.enableAutoRefreshSelector(); | ||
timefilter.enableTimeRangeSelector(); | ||
dash.searchSource.highlightAll(true); | ||
dash.searchSource.version(true); | ||
courier.setRootSearchSource(dash.searchSource); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. With removing this, does the /cc @stacey-gammon There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't think so... would be great to see it go. Can do in another PR though, imo. Or I can handle it too. |
||
|
||
updateState(); | ||
|
||
|
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm concerned with these deletions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its not needed for visualize and discovery sets this on its own searchsource, so we don't need it here in dashboard.