Config directory location for token filter helper files

I want to use token filters which require some helper files in the config directory (e.g. the hyphenation decompounder token filter, which requires an xml file in the hyphenation_patterns_path parameter).
The docs says: This path must be absolute or relative to the config location. (Hyphenation decompounder token filter | Elasticsearch Guide [8.0] | Elastic)

I build Elasticsearch from docker and host on Azure Kubernetes cluster.
My question is how can I upload files to this config directory on Elasticsearch?
Is there any API to upload a file, or where can I find this directory in Kubernetes?
Thank you in advance.

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