Skip to content

Latest commit

 

History

History
 
 

data-plane

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Azure Log Analytics

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.

Examples

Please see here for code examples using this SDK.

Download

Latest release

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>

Prerequisites

  • A Java Developer Kit (JDK), v 1.7 or later
  • Maven

Help and Issues

If you encounter any bugs with these SDKs, please file issues via Issues or checkout StackOverflow for Azure Java SDK.

Contribute Code

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

More information

  • 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.

Impressions