This project provides client tools or utilities in Java that make it easy to query data in Azure Log Analytics. For reference documentation on classes and models, please see the Azure SDK for Java reference.
Azure Log Analytics provides agents for telemtry collection and enables deep analytics via a rich query language. This SDK provides query access to data already stored in Log Analytics. To start collecting data from different sources, take a look at these quickstarts.
Please see here for code examples using this SDK.
To get the binaries of the official Microsoft Azure Log Analytics SDK as distributed by Microsoft, reade for use within your project, you can use Maven.
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-loganalytics</artifactId>
<version>LATEST</version>
</dependency>
- A Java Developer Kit (JDK), v 1.7 or later
- Maven
If you encounter any bugs with these SDKs, please file issues via Issues or checkout StackOverflow for Azure Java SDK.
If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Azure Java SDKs
- If you don't have a Microsoft Azure subscription you can get a FREE trial account here
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.