Azure-Sentinel/DataConnectors/JSON-Import/dotnet_loganalytics_json_im...
Ross Bevington 4c28cf8df8 Added an MIT header 2020-04-02 13:11:54 +01:00
..
Program.cs Added an MIT header 2020-04-02 13:11:54 +01:00
README.md Log analytics interflow upload code and associated data 2020-04-02 11:23:18 +01:00
UploadToLogAnalytics.csproj Log analytics interflow upload code and associated data 2020-04-02 11:23:18 +01:00

README.md

Installation

Install the dotnet SDK

https://dotnet.microsoft.com/download

Build source code

dotnet build .\UploadToLogAnalytics.csproj
bin\Debug\netcoreapp3.1\UploadToLogAnalytics.exe 

Run

bin\Debug\netcoreapp3.1\UploadToLogAnalytics.exe [WORKSPACEID] [WORKSPACEID] [TABLENAME] [JSONFILE]

Depending on your data size, this may take some time