o19s / opensearch-ubi

OpenSearch plugin for User Behavior Insights
Apache License 2.0
6 stars 1 forks source link

Add a flag to make capturing the raw query optional #117

Closed jzonthemtn closed 6 months ago

jzonthemtn commented 8 months ago

Add a flag to make capturing the raw query optional. Some users might not want to capture the entire query.

jzonthemtn commented 8 months ago

This is an option that could possibly be desirable to be turned on and off throughout usage of the plugin, and also without requiring a restart of OpenSearch. A new REST endpoint that accepts a JSON object of plugin settings might be useful. The index and id_field settings could also be made available through the new endpoint.

jzonthemtn commented 8 months ago

Another setting is the max_items_batch parameter that controls how many items from the queues are consumed and written each time.

jzonthemtn commented 6 months ago

Closing as OBE.