I have created a grok filter that is correctly labeling the fields in Kibana, but now I want to see if I can make a filter or do something within side Kibana to meet my needs.
I have a data table visualization created that has the name of student applications example below:
edu.utah.acs.student.coupledapps.commonejb.lib.ACSHandler 2,323
edu.utah.acs.student.coupledapps.studentfinance.ejb.StudentFinanceServicesBean 268
edu.utah.acs.student.coupledapps.commonejb.util.student.ClassDataPopulator 88
Problem: I want to combine these results. Everything that has "edu.utah.acs.student.coupledapps" I want to combine the count for. "coupledapps" is the app name and everything after belongs to the same app so I want it represented count wise as the same app.
Best,
Monty