0

I am using elasticsearch jetty plugin in order to log queries , what I want to do is to add just a new log to my actuals logs, that is " the name of the user who made the query".

Can you please tell me if this is possible? And how I can do that ?

Thanks

mehmetozer
  • 848
  • 6
  • 14
  • 30

1 Answers1

0

Can log the remoteUser using the "json" option of jetty plugin

mehmetozer
  • 848
  • 6
  • 14
  • 30