Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-analytics
Commits
b3b150ad
Commit
b3b150ad
authored
3 years ago
by
Darshan M N
Browse files
Options
Download
Patches
Plain Diff
Change of ES Instance
parent
159dc76a
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/schema/SMF_ChartApiConfig.json
+2
-2
src/main/resources/schema/SMF_ChartApiConfig.json
with
2 additions
and
2 deletions
+2
-2
src/main/resources/schema/SMF_ChartApiConfig.json
+
2
−
2
View file @
b3b150ad
...
...
@@ -7,7 +7,7 @@
"requestQueryMap"
:
"{
\r\n
\"
ts
\"
:
\"
timestamp
\"
}"
,
"dateRefField"
:
"timestamp"
,
"indexName"
:
"fs-forms-data"
,
"esInstance"
:
"
PRIM
ARY"
,
"esInstance"
:
"
QUADN
ARY"
,
"aggrQuery"
:
"{
\"
aggs
\"
:{
\"
Application Status
\"
:{
\"
terms
\"
:{
\"
field
\"
:
\"
status.keyword
\"
,
\"
size
\"
:10}}}}"
}
],
...
...
@@ -36,7 +36,7 @@
"requestQueryMap"
:
"{
\r\n
\"
ts
\"
:
\"
timestamp
\"
}"
,
"dateRefField"
:
"timestamp"
,
"indexName"
:
"fs-forms-data"
,
"esInstance"
:
"
PRIM
ARY"
,
"esInstance"
:
"
QUADN
ARY"
,
"aggrQuery"
:
"{
\"
aggs
\"
:{
\"
Application Submission Trend
\"
:{
\"
date_histogram
\"
:{
\"
field
\"
:
\"
timestamp
\"
,
\"
interval
\"
:
\"
week
\"
},
\"
aggs
\"
:{
\"
count
\"
:{
\"
cardinality
\"
:{
\"
field
\"
:
\"
_id
\"
}}}}}}"
}
],
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets