We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e26c3d commit e53a142Copy full SHA for e53a142
2 files changed
RELEASE_NOTES.md
@@ -1,4 +1,8 @@
1
# Flare
2
+1.3.2
3
+-----
4
+* Improve debugging and fix an issue where ingestion would terminate when an exception occurs.
5
+
6
1.3.1
7
-----
8
* Adds support for custom number of days to backfill
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 = 8
+build = 9
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.1
+version = 1.3.2
28
29
[triggers]
30
reload.splunk_create = simple
0 commit comments