You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/plugins/data/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The query service is responsible for managing the configuration of a search quer
54
54
55
55
It contains sub-services for each of those configurations:
56
56
-`data.query.filterManager` - Manages the `filters` component of a `QueryState`. The global filter state (filters that are persisted between applications) are owned by this service.
57
-
-`data.query.timefilter` - Responsible for the time range filter as well as the auto refresh behavior settings.
57
+
-`data.query.timefilter` - Responsible for the time range filter and the auto refresh behavior settings.
58
58
-`data.query.queryString` - Responsible for the query string and query language settings.
59
59
-`data.query.savedQueries` - This sub-service is responsible for persisting a `QueryState` into a `SavedObject`, so it can be restored and used by other applications.
0 commit comments