mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 03:02:58 +01:00
15 lines
286 B
Django/Jinja
15 lines
286 B
Django/Jinja
{% import 'vars/init.map.jinja' as INIT %}
|
|
|
|
{%
|
|
|
|
set ELASTICSEARCH_GLOBALS = {
|
|
'elasticsearch': {
|
|
'auth': INIT.PILLAR.elasticsearch.auth,
|
|
'es_cluster_name': INIT.PILLAR.elasticsearch.config.cluster.name,
|
|
'es_heap': INIT.PILLAR.elasticsearch.esheap
|
|
}
|
|
}
|
|
|
|
|
|
%}
|