We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb99668 commit 15eb42dCopy full SHA for 15eb42d
RELEASE_NOTES.md
@@ -1,4 +1,7 @@
1
# Flare
2
+1.3.1
3
+-----
4
+* Adds support for custom number of days to backfill
5
6
1.3.0
7
-----
packages/flare/src/main/resources/splunk/default/app.conf
@@ -13,7 +13,7 @@ id = flare
13
python.version = python3.9
14
state_change_requires_restart = true
15
is_configured = 0
16
-build = 7
+build = 8
17
18
[ui]
19
is_visible = 1
@@ -24,7 +24,7 @@ supported_themes = light, dark
24
[launcher]
25
author = Flare Systems
26
description = The Flare app allows you to integrate your Flare alerts with the Splunk platform.
27
-version = 1.3.0
+version = 1.3.1
28
29
[triggers]
30
reload.splunk_create = simple
0 commit comments