Skip to content

Commit

Permalink
Merge pull request opensearch-project#587 from TackAdam/appBugFix
Browse files Browse the repository at this point in the history
[BugFix] Application Analytics - Save Visualization Missing Index

(cherry picked from commit 5fea6ab)
Signed-off-by: TackAdam <navytackett@hotmail.com>
(cherry picked from commit d152aa4)
  • Loading branch information
TackAdam authored and A9 Swift Project User committed Aug 10, 2023
1 parent 1783a9f commit 9edaac8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions auto_sync_commit_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"last_github_commit": "d329eff0da34b24eaf8b68ba9bf29f049eee8b6a",
"last_gitfarm_commit": "f7b80edfa09ffc45ce2dd8165f5c6b2f31cc8ed6"
"last_github_commit": "d152aa463dc973841170a0351fd46ca0fd52532f",
"last_gitfarm_commit": "eb4b787fe91dd7a5126470ba5d842d72b23717f2"
}
3 changes: 2 additions & 1 deletion public/components/event_analytics/explorer/explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ import {
} from '../../../../common/types/explorer';
import {
buildQuery,
buildRawQuery,
getIndexPatternFromRawQuery,
uiSettingsService,
} from '../../../../common/utils';
Expand Down Expand Up @@ -739,7 +740,7 @@ export const Explorer = ({
savingTitle: string
) => {
return {
query: queryState[RAW_QUERY],
query: buildRawQuery(query, appBaseQuery),
fields: fields[SELECTED_FIELDS],
dateRange: queryState[SELECTED_DATE_RANGE],
name: savingTitle,
Expand Down

0 comments on commit 9edaac8

Please sign in to comment.