Different input source with same information problem

I want to use one filter to fetch same information from multiple input logfile like:
userA's log: "git clone" and userB's log: "git clone"
can I gork this and make difference output information to elasticsearch like:
{"git_clone_times":"userA"}{"git_clone_times":"userB"}?
thanks.

I don't understand the question. Instead of describing the problem give concrete examples. What do the log files look like? What does the resulting event produced by Logstash look like? Use JSON notation.

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