beckje01 / devoxx-uk-2019-observability-workshop

http://beckje01.com/devoxx-uk-2019-observability-workshop/
3 stars 1 forks source link

= Devoxx UK 2019 Observability Workshop

A hands on playground for learning observability basics in a hands on fashion.

== Prework

Please have docker installed and working and run the following to get all the infrastructure up and running before getting to the conference.

Any questions or things not working reach out on twitter to https://twitter.com/beckje01[@beckje01]

[source,bash]

{project}/infra/$ docker-compose up

== FIX for Log Index

[source,bash]

curl -XPOST -D- 'http://127.0.0.1:5601/api/saved_objects/index-pattern' -H 'Content-Type: application/json' -H 'kbn-version: 6.6.1' -d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'

== Notes

The labs all work best if you move into that folder or the subprojects folder to run gradle commands.

[source,bash]

cd {project}/lab-01/edge-ratpack/ gradle run

== Links