Skip to content

Commit

Permalink
Make all the values userValues
Browse files Browse the repository at this point in the history
  • Loading branch information
dcode committed Feb 21, 2019
1 parent edb407b commit 9d0a150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration/kibana/export-saved-items.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ done

# Save default index
echo "Exporting default index pattern setting."
curl -s "${KIBANA_URL}/api/kibana/settings" | jq '{ "value": .settings.defaultIndex.userValue }' > index-pattern/default.json
curl -s "${KIBANA_URL}/api/kibana/settings" | jq '.settings.defaultIndex }' > index-pattern/default.json
2 changes: 1 addition & 1 deletion configuration/kibana/index-pattern/default.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"value": "146c2580-1fdf-11e8-82ea-3daef40316d8"
"userValue": "146c2580-1fdf-11e8-82ea-3daef40316d8"
}

0 comments on commit 9d0a150

Please sign in to comment.