hi, I have a log in which each line has a field with different name like below. is it possible to change all of these field's names to just "day"?
<123>day=.... ===> day=....
<678>day=.... ===> day=....
Try with gsub
filter:
hi, I have a log in which each line has a field with different name like below. is it possible to change all of these field's names to just "day"?
<123>day=.... ===> day=....
<678>day=.... ===> day=....
Try with gsub
filter:
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.