I would like to know what are the purposes of following in the libs folder of elasticsearch github project.
dissect
geo
groc
x-content
The libs/ folder contains small pieces of code, that are reused across different parts of the code base. For example grok is used in ingest-common and ml.
Is there any specific question about this?