public interface SlowLogFieldProvider
Interface for providing additional fields to the slow log from a plugin.
Intended to be loaded through SPI.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(IndexSettings indexSettings) Create a field provider with index level settings to be able to listen for updates and set initial values
-
Method Details
-
create
Create a field provider with index level settings to be able to listen for updates and set initial values- Parameters:
indexSettings
- settings for the index
-