-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes splunkbase validation errors and renames flare_splunk_integrati…
…on references to flare
- Loading branch information
1 parent
7d8c9d2
commit c6e25e8
Showing
30 changed files
with
59 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
*.DS_Store | ||
flare_splunk_integration.tar.gz | ||
flare.tar.gz | ||
venv | ||
venv-tools | ||
flare_splunk_integration/local | ||
flare_splunk_integration/metadata/local.meta | ||
flare/local | ||
flare/metadata/local.meta | ||
__pycache__/ | ||
.vscode/ | ||
|
||
flare_splunk_integration/bin/vendor/* | ||
flare/bin/vendor/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../appserver/static/javascript/setupPage.js → .../appserver/static/javascript/setupPage.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
"use strict"; | ||
|
||
var appName = "flare_splunk_integration"; | ||
var appName = "flare"; | ||
|
||
require.config({ | ||
paths: { | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ic/javascript/views/setupConfiguration.js → ...ic/javascript/views/setupConfiguration.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# | ||
# Splunk app configuration file | ||
# | ||
|
||
[author=Flare Systems, Inc.] | ||
email = [email protected] | ||
company = Flare Systems, Inc. | ||
|
||
[package] | ||
id = flare | ||
|
||
[install] | ||
is_configured = 0 | ||
|
||
[ui] | ||
is_visible = 1 | ||
label = Flare | ||
setup_view = configuration | ||
supported_themes = light, dark | ||
|
||
[launcher] | ||
author = Flare Systems | ||
description = The Flare app allows you to integrate your Flare alerts with the Splunk platform. | ||
version = 0.1.0 | ||
|
||
[triggers] | ||
reload.flare = simple |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
flare_splunk_integration/default/inputs.conf → flare/default/inputs.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[mypy] | ||
exclude = (vendor*)/$ | ||
follow_imports = skip | ||
mypy_path = flare_splunk_integration/bin/vendor | ||
mypy_path = flare/bin/vendor |