Elasticsearch - ELK Stack Integration
Given this ingest pipeline snippet, what will be the value of the field 'log_level' after processing?
{"processors": [{"set": {"field": "log_level", "value": "INFO"}}, {"set": {"field": "log_level", "value": "ERROR"}}]}