Re: Plugin version

2014-11-11 Thread Pawel
Thanks

On Tue, Nov 11, 2014 at 8:16 PM, David Pilato  wrote:

> Change in pom.xml and add filtering.
>
>
> https://github.com/elasticsearch/elasticsearch-analysis-icu/blob/master/pom.xml#L111
>
> --
> *David Pilato* | *Technical Advocate* | *Elasticsearch.com
> <http://Elasticsearch.com>*
> @dadoonet <https://twitter.com/dadoonet> | @elasticsearchfr
> <https://twitter.com/elasticsearchfr> | @scrutmydocs
> <https://twitter.com/scrutmydocs>
>
>
>
> Le 11 nov. 2014 à 20:12, Pawel  a écrit :
>
> Hi,
> I implemented ES plugin and set its version in es-plugin.properties.
>
> version=${project.version}
>
> I build project using maven but when I start plugin in ES and check plugin
> version using ES API I see version without resolved "project.version"
> property. Do you have any idea how I can avoid hardcoding version into
> es-plugin.properties file?
>
> --
> Paweł Róg
>
> --
> You received this message because you are subscribed to the Google Groups
> "elasticsearch" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to elasticsearch+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/CAF9ZkbNTysb_%3DMPisXDJ6mv71yP7J3Mx-aFCsgWXV%2Bx4_U4_Zg%40mail.gmail.com
> <https://groups.google.com/d/msgid/elasticsearch/CAF9ZkbNTysb_%3DMPisXDJ6mv71yP7J3Mx-aFCsgWXV%2Bx4_U4_Zg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "elasticsearch" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to elasticsearch+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/DAE0F1DA-F0AB-47DB-AC5E-A1806E5309A3%40pilato.fr
> <https://groups.google.com/d/msgid/elasticsearch/DAE0F1DA-F0AB-47DB-AC5E-A1806E5309A3%40pilato.fr?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAF9ZkbP_B2b_ia4MChNxiiKoRcGHk29gL_ZKZxDUXqwmRE-MHA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Plugin version

2014-11-11 Thread David Pilato
Change in pom.xml and add filtering.

https://github.com/elasticsearch/elasticsearch-analysis-icu/blob/master/pom.xml#L111
 
<https://github.com/elasticsearch/elasticsearch-analysis-icu/blob/master/pom.xml#L111>

-- 
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet <https://twitter.com/dadoonet> | @elasticsearchfr 
<https://twitter.com/elasticsearchfr> | @scrutmydocs 
<https://twitter.com/scrutmydocs>



> Le 11 nov. 2014 à 20:12, Pawel  a écrit :
> 
> Hi,
> I implemented ES plugin and set its version in es-plugin.properties.
> 
> version=${project.version}
> 
> I build project using maven but when I start plugin in ES and check plugin 
> version using ES API I see version without resolved "project.version" 
> property. Do you have any idea how I can avoid hardcoding version into 
> es-plugin.properties file?
> 
> --
> Paweł Róg
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "elasticsearch" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to elasticsearch+unsubscr...@googlegroups.com 
> <mailto:elasticsearch+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/elasticsearch/CAF9ZkbNTysb_%3DMPisXDJ6mv71yP7J3Mx-aFCsgWXV%2Bx4_U4_Zg%40mail.gmail.com
>  
> <https://groups.google.com/d/msgid/elasticsearch/CAF9ZkbNTysb_%3DMPisXDJ6mv71yP7J3Mx-aFCsgWXV%2Bx4_U4_Zg%40mail.gmail.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/DAE0F1DA-F0AB-47DB-AC5E-A1806E5309A3%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.


Plugin version

2014-11-11 Thread Pawel
Hi,
I implemented ES plugin and set its version in es-plugin.properties.

version=${project.version}

I build project using maven but when I start plugin in ES and check plugin
version using ES API I see version without resolved "project.version"
property. Do you have any idea how I can avoid hardcoding version into
es-plugin.properties file?

--
Paweł Róg

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAF9ZkbNTysb_%3DMPisXDJ6mv71yP7J3Mx-aFCsgWXV%2Bx4_U4_Zg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: get plugin version from each node

2014-09-30 Thread David Pilato
Yes you can set node ids
See 
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster.html#cluster-nodes

--
David ;-)
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

> Le 1 oct. 2014 à 00:11, kti...@hotmail.com a écrit :
> 
> Hi,
> I am writing powershell script to update out-dated plugins from each cluster 
> node.
> I am using 
> http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-info.html
>  as reference but it doesn't seem like there is no way to get plugin 
> information for just one node?
> Instead, i have to iterate returned json and parse data.
> 
> Is there a way to get just one particular node's plugin information?
> 
> Thanks
> -- 
> You received this message because you are subscribed to the Google Groups 
> "elasticsearch" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to elasticsearch+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/elasticsearch/9e996b76-2d93-435a-95c6-7e7fc1df5799%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/EF756A88-A618-4683-A9E0-40F68182BC99%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.


get plugin version from each node

2014-09-30 Thread kti_sk
Hi,
I am writing powershell script to update out-dated plugins from each 
cluster node.
I am using 
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-info.html
 as 
reference but it doesn't seem like there is no way to get plugin 
information for just one node?
Instead, i have to iterate returned json and parse data.

Is there a way to get just one particular node's plugin information?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/9e996b76-2d93-435a-95c6-7e7fc1df5799%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.