Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doppel solution #11459

Merged
merged 17 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
b0e7567
Initial commit: Add Doppel Data Connector, Workbook, Logo and SampleLogs
anantm-metron Nov 20, 2024
89c296e
Update DeployToAzure button link
anantm-metron Nov 20, 2024
f2d3143
Sanitized emails in sample logs, removed comments from JSON, updated …
anantm-metron Nov 21, 2024
0def99d
Merge branch 'DoppelSolution' of https://github.com/metron-labs/Azure…
anantm-metron Nov 21, 2024
a8837d2
Fix: Update SVG 'id' to GUID format and remove resource reference fro…
anantm-metron Nov 21, 2024
d9c4c53
commit push
v-prasadboke Dec 3, 2024
1af9957
Initial commit: Add Doppel Data Connector, Workbook, Logo and SampleLogs
anantm-metron Nov 20, 2024
7a962a3
Sanitized emails in sample logs, removed comments from JSON, updated …
anantm-metron Nov 21, 2024
96d3603
Update DeployToAzure button link
anantm-metron Nov 20, 2024
e3e3761
Fix: Update SVG 'id' to GUID format and remove resource reference fro…
anantm-metron Nov 21, 2024
277e6fe
Add Solution File, Solution Metadata File, Update Workbook Metadata, …
anantm-metron Dec 2, 2024
5d46b8f
Rebase branch on latest upstream/master and resolve conflicts
anantm-metron Nov 20, 2024
31ea29e
Solution packaged
v-prasadboke Dec 6, 2024
e950392
Merge branch 'master' into DoppelSolution
v-prasadboke Dec 6, 2024
cc6f876
Fix: Resolve validation issues and branding compliance for PR pipeline
anantm-metron Dec 9, 2024
94d70d1
Merge branch 'DoppelSolution' of https://github.com/metron-labs/Azure…
anantm-metron Dec 9, 2024
7a43ace
Solution packaged
v-prasadboke Dec 10, 2024
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"Name": "DoppelTable_CL",
"Properties": [
{
"Name": "AlertID",
"Type": "String"
},
{
"Name": "TimeGenerated",
"Type": "DateTime"
},
{
"Name": "Timestamp",
"Type": "DateTime"
},
{
"Name": "AlertCreated",
"Type": "DateTime"
},
{
"Name": "Entity",
"Type": "String"
},
{
"Name": "Severity",
"Type": "String"
},
{
"Name": "QueueState",
"Type": "String"
},
{
"Name": "EntityState",
"Type": "String"
},
{
"Name": "Product",
"Type": "String"
},
{
"Name": "Source",
"Type": "String"
},
{
"Name": "UpdatedBy",
"Type": "String"
},
{
"Name": "AlertLink",
"Type": "String"
}
]
}
667 changes: 667 additions & 0 deletions Logos/doppel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading