Hi guys.
I have webserver-logs and application-logs in Elasticsearch. The webserver-log contains clientIP and SSL-cipher. The application-log contains clientIP and customer-name.
How can I do a visualisation-table showing customers and SSL-ciphers? The key to join on would obviously be clientIP.
Thanks.