-
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.
Removed home, added documentation option, view flare data now presear…
…ch the data, source name is now lowercase 'flare', added experimental text
- Loading branch information
Marc-Antoine Hinse
committed
Nov 11, 2024
1 parent
78213ae
commit 4cc5883
Showing
7 changed files
with
19 additions
and
22 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
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
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
4 changes: 2 additions & 2 deletions
4
packages/flare/src/main/resources/splunk/default/data/ui/nav/default.xml
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 @@ | ||
<nav search_view="search" color="#272735"> | ||
<view name="home" default='true' /> | ||
<view name="search" /> | ||
<view name="search" default='true' /> | ||
<view name="configuration" /> | ||
<a href="https://docs.flare.io/splunk-cloud-integration" target="_blank">Documentation</a> | ||
<a href="https://app.flare.io/" target="_blank">Flare Platform</a> | ||
</nav> |
16 changes: 0 additions & 16 deletions
16
packages/flare/src/main/resources/splunk/default/data/ui/views/home.xml
This file was deleted.
Oops, something went wrong.
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 @@ | ||
[script://$SPLUNK_HOME/etc/apps/flare/bin/cron_job_ingest_events.py] | ||
interval = * * * * * | ||
python.version = python3 | ||
source = Flare | ||
source = flare | ||
sourcetype = flare_json | ||
passAuth = admin |