Граф коммитов

69 Коммитов

Автор SHA1 Сообщение Дата
Ofer Shezaf ee97399b42 Revert "Revert "Merge branch 'master' of https://github.com/Azure/Azure-Sentinel""
This reverts commit ff69f85224.
2022-01-03 16:21:46 +02:00
Ofer Shezaf ff69f85224 Revert "Merge branch 'master' of https://github.com/Azure/Azure-Sentinel"
This reverts commit c929df845a, reversing
changes made to 53e6c92e3e.
2022-01-03 16:04:13 +02:00
NikTripathi 17b5c3c0eb
Merge pull request #3378 from swiftsolves-msft/nate-toolsadx-updatejson
Update ADXSupportedTables.json
2021-12-28 14:43:11 +05:30
Sreedhar Ande da3ea36830 Updated time to 30 min after creating LA Data Export Rules .zip 2021-12-13 19:04:59 -08:00
Sreedhar Ande 7f59ac0f99 Updated time to 30 min after creating LA Data Export Rules 2021-12-13 19:04:00 -08:00
Sreedhar Ande f2678630d3 Added logic to update Table Schemas - added .zip 2021-12-13 18:54:21 -08:00
Sreedhar Ande d2a3fce1d8 Added logic to update Table Schemas 2021-12-13 18:52:42 -08:00
swiftsolves-msft 1d959527d1 Update ADXSupportedTables.json
recently ran script through my env found additional tables now fully supported in data export rule, tested and added them into json

DeviceNetworkInfo
EmailAttachmentInfo
EmailEvents
EmailUrlInfo
EmailPostDeliveryEvents
UserPeerAnalytics
2021-11-03 12:11:51 -04:00
Sreedhar Ande ad0b69ad17
Update Readme.MD 2021-10-05 11:41:32 -07:00
Sreedhar Ande 27ec3b4567
Merge pull request #2934 from averkinderen/Alex-ADX-Pipeline
Modified Migrate-LA-to-ADX.ps1 script to work in Azure DevOps Pipeline
2021-09-27 17:48:17 -07:00
Sreedhar Ande 451293245a Updated Package 2021-09-21 11:13:20 -07:00
Sreedhar Ande 50a606d486 Updated AzureDataExplorer Exception details 2021-09-21 11:06:09 -07:00
Pierre Audonnet 358b3ba413
Adding the Az.EventHub module
This is a dependincy for the New-AzEventHubNamespace cmdLet used in the New-EventHubNamespace function.
This fonction will fail if that module isn't installed.
2021-08-31 12:21:05 -04:00
alexandre verkinderen b4b4a97667 pipeline 2021-08-31 15:24:02 +10:00
Sreedhar Ande 5e50c94b63
Updated README.MD 2021-08-25 16:06:17 -07:00
Sreedhar Ande bd67ff3b80 Added new script to create only tables on ADX 2021-08-25 15:50:25 -07:00
Sreedhar Ande faa650388f Updated README.MD with instructions 2021-08-25 15:49:57 -07:00
Sreedhar Ande 76567e8269 Added deployment package with latest code fixes 2021-07-14 15:03:10 -07:00
Sreedhar Ande 98333337d2 Updated variable name 2021-07-14 15:02:11 -07:00
Sreedhar Ande df105eb918
Merge pull request #2654 from anigan/anigan-fixLAtoADX
Issue 2652: Fixing issues with comparing LA tables to supported tables
2021-07-14 14:50:49 -07:00
Sreedhar Ande ade6e55026
Deleted Zip 2021-07-14 14:47:04 -07:00
Anirudh Gandhi 8bdd55b110 deleting zip 2021-07-15 03:12:58 +05:30
Anirudh Gandhi 7d386ca706 creating a fresh ZIP 2021-07-15 02:58:39 +05:30
Anirudh Gandhi 0657da2653 removing zip 2021-07-15 02:54:05 +05:30
Sreedhar Ande e80e849289 Removed Locale 2021-07-14 14:11:03 -07:00
Anirudh Gandhi 33b398e9a7 explicityly defining nugetPackageLocation to a string type 2021-07-15 02:30:27 +05:30
Sreedhar Ande 57031e90a7 Fixes issue in JSON 2021-07-14 13:59:51 -07:00
Sreedhar Ande c3bc66eb25 Added Deployment Package 2021-07-14 13:52:40 -07:00
Sreedhar Ande 9762c4f597 Fixed AzureDataExplorer 2021-07-14 13:50:59 -07:00
Anirudh Gandhi d12e14cc87 adding the missing \ in the nugetlocationpath 2021-07-13 18:20:57 +05:30
Anirudh Gandhi 78ffb5c334 defining $nugetPackageLocation as a global variable 2021-07-13 17:58:32 +05:30
Sreedhar Ande 750e05c520 reverting 2021-07-12 09:34:58 -07:00
Sreedhar Ande 7e7fec18dc Updated README.MD 2021-07-12 08:31:01 -07:00
Sreedhar Ande 55aea07414 Updated deployment package 2021-07-12 08:27:11 -07:00
Sreedhar Ande 6f3967491d Finding values in supported tables array with case sensitive 2021-07-12 08:23:27 -07:00
Sreedhar Ande aa5bc3b052 Added SecurityEvent Table to supported tables 2021-07-12 08:22:34 -07:00
Anirudh Gandhi 9fb7da1a46 $nugetPackageLocation was never defined and is not required to be defined
$decision  is used but is not passed as a parameter. It is required.
2021-07-10 21:45:25 +05:30
Joel Stidley ec9a2ca1b2 Updated date
Updated last edit date
2021-06-30 12:57:30 -05:00
Joel Stidley 38c58550cd Minor Migrate-LA-to-ADX.ps1 updates
- Fixed issue where $ADXTables.Trim() could fail by adding ToString().Trim()
- Moved Try/Catch in New-AdxRawMappingTables to just around Invoke-KustoCLI as this would be only section where an error might occur that we would want to hide.
- Added test to make sure ADXSupportedTables.json is available
- Completed adding basic help for all functions.
- Updated main parameter help to make sure parameters matched the parameter names.
- Made the unsupported table output easier to read.
- fixed EventHub to be Event Hub and similar for for various product features to match Microsoft.com documentation.
2021-06-30 12:39:28 -05:00
Sreedhar Ande 8d7b1b36d0 Updated last modified date 2021-06-28 15:56:28 -07:00
Sreedhar Ande eb03e11f44 Package updated 2021-06-28 14:46:05 -07:00
Sreedhar Ande e3dd38553a deleted unwanted logic 2021-06-28 14:13:44 -07:00
Sreedhar Ande 711a320883 Added logic to verify PowerShell Version 2021-06-28 12:13:53 -07:00
Sreedhar Ande 9031a5600f Updated deployment package with latest code fixes 2021-06-26 00:30:32 -07:00
Sreedhar Ande 214a1b6f69 Removed extra Write-host 2021-06-26 00:29:47 -07:00
Sreedhar Ande 8f4eae86bb Updated deployment package 2021-06-26 00:25:34 -07:00
Sreedhar Ande 54a7af40a9 Fixed coded issue 2021-06-26 00:24:38 -07:00
Sreedhar Ande f333785724 Added downloadable package 2021-06-26 00:03:16 -07:00
Sreedhar Ande 3e0b88c10a Updated Migrate LA to ADX script 2021-06-26 00:02:09 -07:00
Sreedhar Ande 6ac07f1748
fixed new line issue 2021-06-16 14:02:43 -07:00