toby181
toby181
as workaround ``` pull: projects_from_wildcards: on_init: false scheduled: false environments_from_projects: **on_init: true** scheduled: false ```
Hey @prudhvigodithi Thanks for your feedback and the URL. I did some more tests using curl in combination with our proxy within the pod. proxy configuration inside pod ```` $...
Hey @prudhvigodithi Here we go... 1. Regular proxy environment variables are disabled, proxy variable are added to opensearchJavaOpts and the installation of the plugin is done within the HelmRelease: ````...
Thanks @prudhvigodithi ! What's the difference to this? ```` ## Enable to add 3rd Party / Custom plugins not offered in the default OpenSearch image. plugins: enabled: true installList: -...
Hey @jordarlu , thanks for the quick reply! Yep, I saw that but I'm running OpenSearch on Kubernetes and whenever the pod is re-created, the plugin would be back again.
@vania-pooh What if the videos are stored on a PVC (in kubernetes) instead of s3? Similar to selenoid
Hey, I stumbled across this issue and was able to fix it. If your selection for 'Fields' in "Value options" is a regex like this  select "Numeric Fields" instead
Adding the DataStream works, it's just not displayed
Did some further testing but instead of using the 'opensearch_data_stream', the 'opensearch' plugin is used. ... I always thought the opensearch_data_stream has to be used when it comes to data...
Did you already try with enabling this parameter: https://github.com/fluent/fluent-plugin-opensearch#log_os_400_reason? os_400 is in my cases a mapping conflict between the data type that is send and was OS expects.