mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Add Marvel version
If we want to be able to display Marvel version in Nodes info, we need to add it in `es-plugin.properties` file. Closes #155.
This commit is contained in:
parent
600502e94c
commit
fa950a21c5
2 changed files with 8 additions and 1 deletions
|
@ -74,6 +74,12 @@
|
|||
</dependencies>
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
plugin=org.elasticsearch.marvel.agent.Plugin
|
||||
plugin=org.elasticsearch.marvel.agent.Plugin
|
||||
version=${project.version}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue