Is there a way to write grok pattern such that it will automatically detect fields and parse it into elasticsearch. I am hoping to eliminate the need to constantly create grok patterns to recognize new log patterns
For example all the fields start with field_name = fieldvalue
src_ip = 10.1.1.223 src_port = 8080