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

Fixes Splunkbase validation errors #12

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 9 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,16 @@ clean:
@echo "Done."

.PHONY: package
package:
package: flare_splunk_integration/bin/vendor
-@rm flare_splunk_integration.tar.gz
COPYFILE_DISABLE=1 tar --format ustar -cvzf "flare_splunk_integration.tar.gz" "flare_splunk_integration"
@find flare_splunk_integration/bin -type d -name "__pycache__" -exec rm -r {} +
COPYFILE_DISABLE=1 tar \
--exclude='flare_splunk_integration/local' \
--exclude='flare_splunk_integration/metadata/local.meta' \
--format ustar \
-cvzf \
"flare_splunk_integration.tar.gz" \
"flare_splunk_integration"

# This will not work until we get an APPID - need to submit in Splunkbase UI first.
.PHONY: publish
Expand Down
11 changes: 9 additions & 2 deletions flare_splunk_integration/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
# Splunk app configuration file
#

[author=Flare Systems Inc.]
email = [email protected]
company = Flare Systems, Inc.

[package]
id = flare_splunk_integration

[install]
is_configured = 0

Expand All @@ -13,8 +20,8 @@ supported_themes = light, dark

[launcher]
author = Flare Systems
description =
version = 1.0.1
description = The Flare Splunk Integration app allows you to integrate your Flare alerts with the Splunk platform.
version = 0.1.0

[triggers]
reload.flare = simple