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 5fa2afe commit 97f68ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ FileCrawler officially supports Python 3.8+.
* [X] Compressed files (zip, tar, gzip etc)
* [X] SQLite3 database
* [X] Containers (docker saved at tar.gz)
* [X] E-mail (*.eml files) header, body and attachments

### Indexers:
* [x] Elasticsearch
Expand Down
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': '2gb',
'cluster.routing.allocation.disk.watermark.flood_stage.max_headroom': '2gb',
'cluster.routing.allocation.disk.watermark.high.max_headroom': '20gb',
'cluster.routing.allocation.disk.watermark.flood_stage.max_headroom': '20gb',
'search.max_async_search_response_size': '100mb',
'xpack.security.enabled': False,
'xpack.security.enrollment.enabled': False,
Expand Down

0 comments on commit 97f68ce

Please sign in to comment.