Skip to content

Commit 71d7119

Browse files
authored
Merge pull request #29 from scalyr/buildFix2
Fix build and rename app
2 parents 3aeef97 + c0d5cea commit 71d7119

File tree

84 files changed

+79
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+79
-27
lines changed

README.md

Lines changed: 55 additions & 4 deletions

Splunk Dashboards/dataset_by_example.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<form version="1.1">
2-
<label>DataSet by Example</label>
2+
<label>Security Data Lake by Example</label>
33
<init>
44
<set token="myMaxCount">maxcount=10</set>
55
<set token="baseQuery"></set>
@@ -260,4 +260,4 @@
260260
</chart>
261261
</panel>
262262
</row>
263-
</form>
263+
</form>
File renamed without changes.
Lines changed: 2 additions & 2 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package/app.manifest renamed to TA_dataset/app.manifest

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"schemaVersion": "2.0.0",
33
"info": {
4-
"title": "DataSet Add-on for Splunk",
4+
"title": "Security Data Lake Add-On for Splunk",
55
"id": {
66
"group": null,
7-
"name": "TA-dataset",
8-
"version": "2.0.0"
7+
"name": "TA_dataset",
8+
"version": "2.0.1"
99
},
1010
"author": [
1111
{
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"releaseDate": null,
18-
"description": "The DataSet Add-on for Splunk provides integration with DataSet by SentinelOne.",
18+
"description": "The Security Data Lake Add-On for Splunk provides integration with DataSet by SentinelOne.",
1919
"classification": {
2020
"intendedAudience": "IT",
2121
"categories": ["Security, Fraud & Compliance", "IT Operations", "Business Analytics"],
@@ -55,5 +55,6 @@
5555
"splunk": {
5656
"Enterprise": "*"
5757
}
58-
}
59-
}
58+
},
59+
"targetWorkloads" : ["*"]
60+
}

0 commit comments

Comments
 (0)