Skip to content

Commit

Permalink
New Kibana content: Top 10 Errors and Pod/Container-focused Dashboards (
Browse files Browse the repository at this point in the history
#40)

New dashboards: Top 10 Errors & Log Message Volumes with Level (Pod/Containers)
  • Loading branch information
gsmith-sas authored Dec 14, 2020
1 parent dec7d3a commit 6ff744d
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion logging/bin/deploy_kibana_content.sh
Original file line number Diff line number Diff line change
@@ -148,7 +148,7 @@ if [ "$kibanaready" != "TRUE" ]; then
fi

# Import Kibana Searches, Visualizations and Dashboard Objects using curl
response=$(curl -s -o /dev/null -w "%{http_code}" -XPOST "$KB_CURL_PROTOCOL://localhost:$TEMP_PORT/api/saved_objects/_import?overwrite=true" -H "kbn-xsrf: true" --form file=@logging/kibana/kibana_saved_objects_7.6.1_200915.ndjson --user $ES_ADMIN_USER:$ES_ADMIN_PASSWD --insecure )
response=$(curl -s -o /dev/null -w "%{http_code}" -XPOST "$KB_CURL_PROTOCOL://localhost:$TEMP_PORT/api/saved_objects/_import?overwrite=true" -H "kbn-xsrf: true" --form file=@logging/kibana/kibana_saved_objects_7.6.1_201214.ndjson --user $ES_ADMIN_USER:$ES_ADMIN_PASSWD --insecure )
# successful request returns: {"success":true,"successCount":20}

if [[ $response != 2* ]]; then
36 changes: 36 additions & 0 deletions logging/kibana/kibana_saved_objects_7.6.1_201214.ndjson

Large diffs are not rendered by default.

0 comments on commit 6ff744d

Please sign in to comment.