Extract email addresses from json output in Elasticsearch with Regex – Telegram
I have thousands of Telegram messages stored in my Elasticsearch index. I need to extract the email addresses that have been mentioned by users on Telegram. email addresses are within [_source][text] and are posted within posts, so I need to…