Results 9 issues of Indrek

How is it possible to properly escape multiline.pattern? I did not find a way how pass single quotes to filebeat config. ``` multiline: pattern: '^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}' ``` becomes ``` multiline:...

triage/stale

Hi. I'm new to this plugin. What does it mean exactly? Is this manual still valid https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/2.0/vmware-vsphere-csp-getting-started/GUID-0AB6E692-AA47-4B6A-8CEA-38B754E16567.html? Do i need to install https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/release-$VERSION/releases/v$VERSION/vsphere-cloud-controller-manager.yaml or it's not needed anymore? Kube version...

Hello Looking for guidance. Trying to keep my git clean and secure. And i would like to use secrets for otlp receivers. What would be the best way to include...

#### What this PR does Adds missing loadbalancer ip to service #### Which issue this PR fixes *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when...

Im trying to do simple npm install libpq and i get error ``` npm install libpq > [email protected] install /tmp/nodejs/node_modules/libpq > node-gyp rebuild make: Entering directory '/tmp/nodejs/node_modules/libpq/build' CXX(target) Release/obj.target/addon/src/connection.o ../src/connection.cc:...

For some weird reason lodash is unable to clone route with optional parameters. in lib\utils.js utils.groupRoutesByPath if you use Hoek instead of lodash, it works. // const secondaryRoute = _.cloneDeep(route)...

I have a route with joy validation. { method: 'GET', path : '/users/login_history/{historyLength?}', config: { description: 'Get login history for current user.', notes : 'Get login history for current user.',...

#### Context * *hapi-swgger 7.4.0 *: #### What are you trying to achieve or the steps to reproduce ? ``` { path: '/bar/arrays', method: 'POST', config: { handler: function ()...