Skip to content

Commit

Permalink
Make sure correct data views are created for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Oct 9, 2024
1 parent ff497c1 commit 735b968
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ process_remote_kibana() {

echo "Installing custom sample data, Kibana part"

process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/log-apache_error.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/log-aws_s3.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/log-custom_multiplex.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/log-k8s_container.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/log-nginx_error.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/log-nqinx.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/log-system_error.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/logs-apache_error.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/logs-aws_s3.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/logs-custom_multiplex.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/logs-k8s_container.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/logs-nginx_error.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/logs-nqinx.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/logs-system_error.ndjson"
process_remote_kibana "https://elastic.github.io/kibana-demo-data/data/custom-metrics-without-timestamp.ndjson"


Expand Down

0 comments on commit 735b968

Please sign in to comment.