We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b8b0ec + f7ffc7c commit c3312c7Copy full SHA for c3312c7
2 files changed
RELEASE_NOTES.md
@@ -1,12 +1,5 @@
1
# Flare
2
3
-1.2.0
4
------
5
-* Various bug fixes
6
-* 'Events metadata only' option has been changed to 'Full event data' and is now off by default
7
-* Severity filter
8
-* Source type filter
9
-
10
1.1.0
11
-----
12
* Various bug fixes
packages/flare/src/main/resources/splunk/default/app.conf
@@ -12,7 +12,7 @@ id = flare
[install]
13
state_change_requires_restart = true
14
is_configured = 0
15
-build = 4
+build = 3
16
17
[ui]
18
is_visible = 1
@@ -23,7 +23,7 @@ supported_themes = light, dark
23
[launcher]
24
author = Flare Systems
25
description = The Flare app allows you to integrate your Flare alerts with the Splunk platform.
26
-version = 1.2.0
+version = 1.1.0
27
28
[triggers]
29
reload.splunk_create = simple
0 commit comments