Dear community,
I am trying to run Elasticsearch for a very small task ( I need to only visualize dmarc data with a couple of records a day so far).
I configured single node in elasticsearch.yml by:
network.host: 127.0.0.1
discovery.type: single-node
The virtual machine however stops being responsive once elasticsearch is started (htops reveils that it consumes very high memory, about 10GB). How could I configure the tool to be less demainding in memory, since the only thing I really need it to do is to work with my dmarc reports, which should be a very tiny task...
Thank you for your help.
Franky.