Hello, currently I have a working example of an ELK stack, however, in my indices I do not want to log the following fields :
Ideally, in Elasticsearch, I only want to see "message" and "@timestamp", the other 4 is seemingly generated on Logstash's end, may I know if there is a way to NOT send those pieces into elasticsearch?