Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
helviojunior committed May 18, 2024
1 parent 7d37c65 commit 6a08f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config_elk.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def represent_data(self, data):
'cluster.name': 'filecrawler',
'node.name': 'elk',
'path.data': '/u01/es_data/',
'cluster.routing.allocation.disk.watermark.high.max_headroom': '10gb',
'cluster.routing.allocation.disk.watermark.flood_stage.max_headroom': '10gb',
'cluster.routing.allocation.disk.watermark.high.max_headroom': '6gb',
'cluster.routing.allocation.disk.watermark.flood_stage.max_headroom': '6gb',
'search.max_async_search_response_size': '100mb',
'xpack.security.enabled': False,
'xpack.security.enrollment.enabled': False,
Expand Down

0 comments on commit 6a08f33

Please sign in to comment.