How to ingest logstash logs ...so we can see them from elasticsearch

You can of course use Logstash's file input. Parsing those logs with grok isn't going to be very fun though, but having raw logs is better than nothing. Watch out for loops where a problem causes Logstash to log more data to the log file, producing more data, resulting in more logs, ...