Skip to content

Commit

Permalink
Remove logs dashboard from the official example (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Jul 9, 2024
1 parent 7a0d047 commit 63ede5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ The setup contains following demo datasets:
- `kibana_sample_data_flights` - an official Kibana sample data set
- Logs Explorer: [link](<http://localhost:5601/app/discover#/?_a=(columns:!(),filters:!(),index:d3d7af60-4c81-11e8-b3d7-01146121b73d,interval:auto,query:(language:kuery,query:''),sort:!(!(timestamp,desc)))&_g=(filters:!(),refreshInterval:(pause:!t,value:60000),time:(from:now-30d%2Fd,to:now))>)
- Dashboard: [link](<http://localhost:5601/app/dashboards#/view/7adfa750-4c81-11e8-b3d7-01146121b73d?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-7d,to:now))>)
- `kibana_sample_data_logs` - an official Kibana sample data set
- Logs Explorer: [link](<http://localhost:5601/app/discover#/?_a=(columns:!(),filters:!(),index:'90943e30-9a47-11e8-b64d-95841ca0b247',interval:auto,query:(language:kuery,query:''),sort:!(!(timestamp,desc)))&_g=(filters:!(),refreshInterval:(pause:!t,value:60000),time:(from:now-30d%2Fd,to:now))>)
- Dashboard: [link](<http://localhost:5601/app/dashboards#/view/edf84fe0-e1a0-11e7-b6d5-4dc382ef7f5b?_g=(filters:!(),refreshInterval:(pause:!f,value:900000),time:(from:now-7d%2Fd,to:now))>)

### Running the example
In order to run it, you need to:
Expand Down
11 changes: 3 additions & 8 deletions examples/kibana-sample-data/kibana/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,9 @@ add_sample_dataset() {

wait_until_available

if [ -z "$LIMITED_DATASET" ] || [ "$LIMITED_DATASET" != "true" ]; then
add_sample_dataset "flights"
add_sample_dataset "logs"
add_sample_dataset "ecommerce"
else
echo "Using limited dataset - only 'flights' index"
add_sample_dataset "flights"
fi
add_sample_dataset "flights"
#add_sample_dataset "logs"
add_sample_dataset "ecommerce"

echo -n "Adding data view logs-generic... "
do_silent_http_post "api/data_views/data_view" '{
Expand Down

0 comments on commit 63ede5b

Please sign in to comment.