Join Statements

i have a log file . in which first line shows client login activity second line show file transfer activity. Common for both lines are pid. How to join based on pid field?

Elasticsearch does not support joins so this is likely something you want to join up before you ingest the data into Elasticsearch.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.