Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
5e758e53
Commit
5e758e53
authored
Nov 09, 2017
by
syed-awais-ali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added missing tags in template
parent
5c9917f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
playbooks/roles/splunk-server/templates/opt/splunk/etc/apps/search/local/savedsearches.conf.j2
+16
-7
No files found.
playbooks/roles/splunk-server/templates/opt/splunk/etc/apps/search/local/savedsearches.conf.j2
View file @
5e758e53
...
...
@@ -22,6 +22,9 @@ action.email.reportServerEnabled = {{ search.email_reportserverenabled }}
{% if search.email_priority is defined %}
action.email.priority = {{ search.email_priority }}
{% endif %}
{% if search.email_csv is defined %}
action.email.sendcsv = {{ search.email_csv }}
{% endif %}
{% if search.email_to is defined %}
action.email.to = {{ search.email_to }}
{% endif %}
...
...
@@ -74,10 +77,13 @@ action.email.include.trigger = {{ search.email_trigger }}
auto_summarize.timespan = {{ search.timespan }}
{% endif %}
{% if search.display_general_type is defined %}
search.display.general.type = {{ search.display_general_type }}
display.general.type = {{ search.display_general_type }}
{% endif %}
{% if search.display_search_tab is defined %}
display.page.search.tab = {{ search.display_search_tab }}
{% endif %}
{% if search.search_
tab
is defined %}
search.display.page.search.tab = {{ search.search_tab
}}
{% if search.search_
pattern_sensitivity
is defined %}
display.page.search.patterns.sensitivity = {{ search.search_pattern_sensitivity
}}
{% endif %}
{% if search.enablesched is defined %}
enableSched = {{ search.enablesched }}
...
...
@@ -86,7 +92,7 @@ enableSched = {{ search.enablesched }}
request.ui_dispatch_app = {{ search.dispatch_app }}
{% endif %}
{% if search.events_fields is defined %}
display.events.fields =
{{ search.events_fields }}
display.events.fields =
["{{ search.events_fields | list | join ("\",\"") }}"]
{% endif %}
{% if search.visual_chart_height is defined %}
display.visualizations.chartHeight = {{ search.visual_chart_height }}
...
...
@@ -141,7 +147,7 @@ display.visualizations.charting.chart.style = {{ search.visual_chart_style }}
display.visualizations.singlevalue.afterLabel = {{ search.visual_afterlabel }}
{% endif %}
{% if search.display_event_list_wrap is defined %}
display.events.list.wrap = {{ search.display_event_list_wrap
is defined
}}
display.events.list.wrap = {{ search.display_event_list_wrap }}
{% endif %}
{% if search.dispatch_sample_ratio is defined %}
dispatch.sample_ratio = {{ search.dispatch_sample_ratio }}
...
...
@@ -201,6 +207,9 @@ alert.digest_mode = {{ search.digest_mode }}
{% if search.stats is defined %}
display.statistics.show = {{ search.stats }}
{% endif %}
{% if search.alert_condition is defined %}
alert_condition = {{ search.alert_condition }}
{% endif %}
{% if search.counttype is defined %}
counttype = {{ search.counttype }}
{% endif %}
...
...
@@ -213,8 +222,8 @@ request.ui_dispatch_view = {{ search.dispatchview }}
{% if search.schedule is defined %}
cron_schedule = {{ search.schedule }}
{% endif %}
{% if search.
enableSch
ed is defined %}
enableSched = {{ search.enableSch
ed }}
{% if search.
disabl
ed is defined %}
disabled = {{ search.disabl
ed }}
{% endif %}
{% if search.quantity is defined %}
quantity = {{ search.quantity }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment