How to load a log file and apply grok filters without using Filebeat

How can a log file be loaded, and grok filters in our .conf file applied without using filebeat?

In other words, and I manually load a log into logstash and apply our grok filters (as we would in Filebeat)? Thx, Keith :^)

For example, I have a log file named windows_server_03.log, which has 3,000,000 log lines. I have grok filters set up in mybeats.conf file. How can I load this file and apply the grok filters without Filebeat?

Use a file input.

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