Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8390829
README.md
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
624 B
Subscribers
None
README.md
View Options
#
elastic_stack
This
module
contains
shared
code
for
various
Elastic
modules
,
like
elastic
-
elasticsearch
,
elastic
-
logstash
etc
.
#
Setting
up
the
Elastic
package
repository
This
module
can
configure
package
repositories
for
Elastic
Stack
components
.
Example
:
```
puppet
include
elastic_stack
::
repo
```
You
may
wish
to
specify
a
major
version
,
since
each
has
its
own
repository
:
```
puppet
class
{
'
elastic_stack
::
repo
'
:
version
=>
5
,
}
```
To
access
prerelease
versions
,
such
as
release
candidates
,
set
`
prerelease
`
to
`
true
`
.
```
puppet
class
{
'
elastic_stack
::
repo
'
:
version
=>
6
,
prerelease
=>
true
,
}
```
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 6:35 PM (14 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3262951
Attached To
R229 puppet-elastic-elastic_stack
Event Timeline
Log In to Comment