You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 7.93
Ruby:
Distribution: CentOS Stream 8 (el8)
Module version: 7.0.1
How to reproduce (e.g Puppet code you use)
Attempting to install a Kibana plugin using the resource:
kibana_plugin { 'xx':
url => 'https://{URL for a Kibana plugin}',
}
What are you seeing
Error: /Stage[main]/Gms::Monitor/Kibana_plugin[xx]: Could not evaluate:
What behaviour did you expect instead
Plugin should install
Log file
Executing with uid=kibana gid=kibana: '/usr/share/kibana/bin/kibana-plugin install https://...'
Any additional information you'd like to impart
The issue seems to be the use of uid and gid = kibana on this system. I can work around the problems by setting owner and group to kibana on /usr/share/kibana/plugins directory, though the package installation leaves that directory as root owned.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Attempting to install a Kibana plugin using the resource:
What are you seeing
What behaviour did you expect instead
Plugin should install
Log file
Any additional information you'd like to impart
The issue seems to be the use of
uid
andgid = kibana
on this system. I can work around the problems by setting owner and group tokibana
on/usr/share/kibana/plugins
directory, though the package installation leaves that directory as root owned.The text was updated successfully, but these errors were encountered: