Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,16 @@ You can open the log stream from your development machine.
```
![](./media/az-spring-cloud-logs.jpg)

## Stream logs to Elastic

You can stream the logs from your Spring Cloud App to Elastic by following the below steps:

Create an EventHub and assciate the Spring Cloud App via the diagnostic settings
Create a VM and install JDK and Logstash
Configure Logstash via data pipelines to connect to Elastic Cloud
Log into to Kibana dashaboard on your Elastic cloud to view logs from your Spring Cloud App


## Next Steps

In this quickstart, you've deployed an existing Spring Boot application using Azure CLI. To learn more about Azure Spring Cloud, go to:
Expand All @@ -221,4 +231,4 @@ In this quickstart, you've deployed an existing Spring Boot application using Az
- [Deploy existing Spring microservices](https://github.com/Azure-Samples/azure-spring-cloud)
- [Azure for Java Cloud Developers](https://docs.microsoft.com/en-us/azure/java/)
- [Spring Cloud Azure](https://cloud.spring.io/spring-cloud-azure/)
- [Spring Cloud](https://spring.io/projects/spring-cloud)
- [Spring Cloud](https://spring.io/projects/spring-cloud)