Customer notification

2017-11-20 Thread neoremi
Can somebody share please a customer notification for tickets update email 
body trigger? Since the last updates I don't have this trigger anymore and 
must recreate it manually :(

-- 
Open Source as Download https://zammad.org || Easy to use as SaaS 
https://zammad.com
--- 
You received this message because you are subscribed to the Google Groups 
"zammad-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zammad-users+unsubscr...@googlegroups.com.
To post to this group, send email to zammad-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zammad-users/8cb1d5ee-b3e2-4900-bdcc-93cdf8bad6cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to configure elasticsearch

2017-11-20 Thread neoremi
Normally if everything is on the same machine elastic search must listen on 
localhost:9200 but in your case you have a FQDN.

what if you try to search on your fqdns instead of localhost:

# curl -XGET 'your fqdn:9200/_cat/indices?v&pretty'

On Saturday, November 18, 2017 at 9:18:22 AM UTC-5, Gunnar Maronde wrote:
>
> Correction, there is a listener on port 9200, but elrond.elmenhorst. is 
> not the correct FQDN, there ist a de missing:
>
> gm@elrond:~$ netstat -a | grep LISTEN
> tcp0  0 *:ssh   *:* LISTEN
> tcp0  0 localhost:3000  *:* LISTEN
> tcp0  0 localhost:postgresql*:* LISTEN
> tcp0  0 localhost:smtp  *:* LISTEN
> tcp0  0 localhost:6042  *:* LISTEN
> tcp0  0 *:44327 *:* LISTEN
> tcp0  0 *:sunrpc*:* LISTEN
> tcp0  0 *:http  *:* LISTEN
> tcp6   0  0 elrond.elmenhorst.:9300 [::]:*  LISTEN
> tcp6   0  0 [::]:ssh[::]:*  LISTEN
> tcp6   0  0 localhost:postgresql[::]:*  LISTEN
> tcp6   0  0 localhost:smtp  [::]:*  LISTEN
> tcp6   0  0 [::]:44943  [::]:*  LISTEN
> tcp6   0  0 [::]:sunrpc [::]:*  LISTEN
> tcp6   0  0 elrond.elmenhorst.:9200 [::]:*  LISTEN
> tcp6   0  0 [::]:http   [::]:*      LISTEN
>
>
> Am Samstag, 18. November 2017 03:40:49 UTC+1 schrieb neoremi:
>>
>> OK.
>> What is output of # curl http://localhost:9200 ?
>> What java version do you have?
>> Do you see a listener on port 9200?
>>
>> On Friday, November 17, 2017 at 3:10:58 PM UTC-5, Gunnar Maronde wrote:
>>>
>>> hello neoremi,
>>> as you told me, I created a test ticket and there are already several 
>>> more tickets. elasticsearch service is running:
>>>
>>> gm@elrond:~$ ps aux | grep elasticsearch
>>> elastic+  1944  0.1 56.7 4611936 2302580 ? Ssl  09:45   0:42 
>>> /usr/bin/java -Xms2g -Xmx2g -XX:+UseConcMarkSweepGC 
>>> -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly 
>>> -XX:+AlwaysPreTouch -server -Xss1m -Djava.awt.headless=true 
>>> -Dfile.encoding=UTF-8 -Djna.nosys=true 
>>> -Djdk.io.permissionsUseCanonicalPath=true -Dio.netty.noUnsafe=true 
>>> -Dio.netty.noKeySetOptimization=true 
>>> -Dio.netty.recycler.maxCapacityPerThread=0 
>>> -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true 
>>> -Dlog4j.skipJansi=true -XX:+HeapDumpOnOutOfMemoryError 
>>> -Des.path.home=/usr/share/elasticsearch -cp /usr/share/elasticsearch/lib/* 
>>> org.elasticsearch.bootstrap.Elasticsearch -p 
>>> /var/run/elasticsearch/elasticsearch.pid --quiet 
>>> -Edefault.path.logs=/var/log/elasticsearch 
>>> -Edefault.path.data=/var/lib/elasticsearch 
>>> -Edefault.path.conf=/etc/elasticsearch
>>>
>>>
>>> Am Freitag, 17. November 2017 20:09:04 UTC+1 schrieb neoremi:
>>>>
>>>> Did you create a test ticket?
>>>>
>>>> Is your elasticsearch service is running?
>>>>
>>>> On Friday, November 17, 2017 at 12:11:57 PM UTC-5, Gunnar Maronde wrote:
>>>>>
>>>>> Thes result remains the same. the output of "sudo 
>>>>> zammad run rake searchindex:rebuild" is 
>>>>>
>>>>> drop indexes...
>>>>> create indexes...
>>>>> rake aborted!
>>>>> Unable to process PUT at http://localhost:9200/zammad_production
>>>>> #>>>> @data=nil, @code=0, @content_type=nil, @error="#>>>> Failed to open TCP connection to localhost:9200 (Connection refused - 
>>>>> connect(2) for \"localhost\" port 9200)>">
>>>>> /opt/zammad/lib/search_index_backend.rb:62:in `index'
>>>>> /opt/zammad/lib/tasks/search_index_es.rake:19:in `block (2 levels) in 
>>>>> '
>>>>> /opt/zammad/lib/tasks/search_index_es.rake:60:in `block (2 levels) in 
>>>>> '
>>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/rake-12.1.0/exe/rake:27:in 
>>>>> `'
>>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in

Re: How to configure elasticsearch

2017-11-17 Thread neoremi
What is output of:

# curl -XGET 'localhost:9200/_cat/indices?v&pretty'

On Friday, November 17, 2017 at 9:40:49 PM UTC-5, neoremi wrote:
>
> OK.
> What is output of # curl http://localhost:9200 ?
> What java version do you have?
> Do you see a listener on port 9200?
>
> On Friday, November 17, 2017 at 3:10:58 PM UTC-5, Gunnar Maronde wrote:
>>
>> hello neoremi,
>> as you told me, I created a test ticket and there are already several 
>> more tickets. elasticsearch service is running:
>>
>> gm@elrond:~$ ps aux | grep elasticsearch
>> elastic+  1944  0.1 56.7 4611936 2302580 ? Ssl  09:45   0:42 
>> /usr/bin/java -Xms2g -Xmx2g -XX:+UseConcMarkSweepGC 
>> -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly 
>> -XX:+AlwaysPreTouch -server -Xss1m -Djava.awt.headless=true 
>> -Dfile.encoding=UTF-8 -Djna.nosys=true 
>> -Djdk.io.permissionsUseCanonicalPath=true -Dio.netty.noUnsafe=true 
>> -Dio.netty.noKeySetOptimization=true 
>> -Dio.netty.recycler.maxCapacityPerThread=0 
>> -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true 
>> -Dlog4j.skipJansi=true -XX:+HeapDumpOnOutOfMemoryError 
>> -Des.path.home=/usr/share/elasticsearch -cp /usr/share/elasticsearch/lib/* 
>> org.elasticsearch.bootstrap.Elasticsearch -p 
>> /var/run/elasticsearch/elasticsearch.pid --quiet 
>> -Edefault.path.logs=/var/log/elasticsearch 
>> -Edefault.path.data=/var/lib/elasticsearch 
>> -Edefault.path.conf=/etc/elasticsearch
>>
>>
>> Am Freitag, 17. November 2017 20:09:04 UTC+1 schrieb neoremi:
>>>
>>> Did you create a test ticket?
>>>
>>> Is your elasticsearch service is running?
>>>
>>> On Friday, November 17, 2017 at 12:11:57 PM UTC-5, Gunnar Maronde wrote:
>>>>
>>>> Thes result remains the same. the output of "sudo 
>>>> zammad run rake searchindex:rebuild" is 
>>>>
>>>> drop indexes...
>>>> create indexes...
>>>> rake aborted!
>>>> Unable to process PUT at http://localhost:9200/zammad_production
>>>> #>>> @data=nil, @code=0, @content_type=nil, @error="#>>> Failed to open TCP connection to localhost:9200 (Connection refused - 
>>>> connect(2) for \"localhost\" port 9200)>">
>>>> /opt/zammad/lib/search_index_backend.rb:62:in `index'
>>>> /opt/zammad/lib/tasks/search_index_es.rake:19:in `block (2 levels) in 
>>>> '
>>>> /opt/zammad/lib/tasks/search_index_es.rake:60:in `block (2 levels) in 
>>>> '
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/rake-12.1.0/exe/rake:27:in 
>>>> `'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in
>>>>  
>>>> `load'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in
>>>>  
>>>> `kernel_load'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in
>>>>  
>>>> `run'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in
>>>>  
>>>> `exec'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in
>>>>  
>>>> `run'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in
>>>>  
>>>> `invoke_command'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in
>>>>  
>>>> `dispatch'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in
>>>>  
>>>> `dispatch'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in
>>>>  
>>>> `start'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in
>>>>  
>>>> `start'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/exe/bundle:35:in 
>>>> `block in '
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in
>>>>  
>>>> `with_friendly_errors'
>>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/exe/bundle:27:in 
>>>> `'
>>>> /opt/zammad/bin/bun

Re: How to configure elasticsearch

2017-11-17 Thread neoremi
OK.
What is output of # curl http://localhost:9200 ?
What java version do you have?
Do you see a listener on port 9200?

On Friday, November 17, 2017 at 3:10:58 PM UTC-5, Gunnar Maronde wrote:
>
> hello neoremi,
> as you told me, I created a test ticket and there are already several more 
> tickets. elasticsearch service is running:
>
> gm@elrond:~$ ps aux | grep elasticsearch
> elastic+  1944  0.1 56.7 4611936 2302580 ? Ssl  09:45   0:42 
> /usr/bin/java -Xms2g -Xmx2g -XX:+UseConcMarkSweepGC 
> -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly 
> -XX:+AlwaysPreTouch -server -Xss1m -Djava.awt.headless=true 
> -Dfile.encoding=UTF-8 -Djna.nosys=true 
> -Djdk.io.permissionsUseCanonicalPath=true -Dio.netty.noUnsafe=true 
> -Dio.netty.noKeySetOptimization=true 
> -Dio.netty.recycler.maxCapacityPerThread=0 
> -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true 
> -Dlog4j.skipJansi=true -XX:+HeapDumpOnOutOfMemoryError 
> -Des.path.home=/usr/share/elasticsearch -cp /usr/share/elasticsearch/lib/* 
> org.elasticsearch.bootstrap.Elasticsearch -p 
> /var/run/elasticsearch/elasticsearch.pid --quiet 
> -Edefault.path.logs=/var/log/elasticsearch 
> -Edefault.path.data=/var/lib/elasticsearch 
> -Edefault.path.conf=/etc/elasticsearch
>
>
> Am Freitag, 17. November 2017 20:09:04 UTC+1 schrieb neoremi:
>>
>> Did you create a test ticket?
>>
>> Is your elasticsearch service is running?
>>
>> On Friday, November 17, 2017 at 12:11:57 PM UTC-5, Gunnar Maronde wrote:
>>>
>>> Thes result remains the same. the output of "sudo 
>>> zammad run rake searchindex:rebuild" is 
>>>
>>> drop indexes...
>>> create indexes...
>>> rake aborted!
>>> Unable to process PUT at http://localhost:9200/zammad_production
>>> #>> @data=nil, @code=0, @content_type=nil, @error="#>> Failed to open TCP connection to localhost:9200 (Connection refused - 
>>> connect(2) for \"localhost\" port 9200)>">
>>> /opt/zammad/lib/search_index_backend.rb:62:in `index'
>>> /opt/zammad/lib/tasks/search_index_es.rake:19:in `block (2 levels) in 
>>> '
>>> /opt/zammad/lib/tasks/search_index_es.rake:60:in `block (2 levels) in 
>>> '
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/rake-12.1.0/exe/rake:27:in 
>>> `'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in
>>>  
>>> `load'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in
>>>  
>>> `kernel_load'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in
>>>  
>>> `run'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in
>>>  
>>> `exec'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in
>>>  
>>> `run'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in
>>>  
>>> `invoke_command'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in
>>>  
>>> `dispatch'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in
>>>  
>>> `dispatch'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in
>>>  
>>> `start'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in
>>>  
>>> `start'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/exe/bundle:35:in 
>>> `block in '
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in
>>>  
>>> `with_friendly_errors'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/exe/bundle:27:in 
>>> `'
>>> /opt/zammad/bin/bundle:3:in `load'
>>> /opt/zammad/bin/bundle:3:in `'
>>> Tasks: TOP => searchindex:rebuild
>>> (See full trace by running task with --trace)
>>>
>>>
>>> Am Freitag, 17. November 2017 15:32:06 UTC+1 schrieb neoremi:
>>>>
>>>> Create a test ticket and do this:
>>>>
>>>> # zammad run rails r "Setting.set('es_url', 'http://localhost:9200')"
>>>> # zammad run rails r "Setting.se

Send email to customer for updates

2017-11-17 Thread neoremi
New Zammad server installation and I have just 3 triggers.



and when I do some updates on the ticket, customer doesn't receive email 
notification regarding this update.
Should I create manually a trigger for this? It's a basic function of 
ticketing system.

Zammad 2.1 on Debian 9

-- 
Open Source as Download https://zammad.org || Easy to use as SaaS 
https://zammad.com
--- 
You received this message because you are subscribed to the Google Groups 
"zammad-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zammad-users+unsubscr...@googlegroups.com.
To post to this group, send email to zammad-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zammad-users/e3156e47-bbd9-4d8c-add1-d163a2226372%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to configure elasticsearch

2017-11-17 Thread neoremi
Did you create a test ticket?

Is your elasticsearch service is running?

On Friday, November 17, 2017 at 12:11:57 PM UTC-5, Gunnar Maronde wrote:
>
> Thes result remains the same. the output of "sudo 
> zammad run rake searchindex:rebuild" is 
>
> drop indexes...
> create indexes...
> rake aborted!
> Unable to process PUT at http://localhost:9200/zammad_production
> # @code=0, @content_type=nil, @error="# TCP connection to localhost:9200 (Connection refused - connect(2) for 
> \"localhost\" port 9200)>">
> /opt/zammad/lib/search_index_backend.rb:62:in `index'
> /opt/zammad/lib/tasks/search_index_es.rake:19:in `block (2 levels) in  (required)>'
> /opt/zammad/lib/tasks/search_index_es.rake:60:in `block (2 levels) in  (required)>'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/rake-12.1.0/exe/rake:27:in ` (required)>'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in
>  
> `load'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in
>  
> `kernel_load'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in
>  
> `run'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in
>  
> `exec'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in
>  
> `run'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in
>  
> `invoke_command'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in
>  
> `dispatch'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in
>  
> `dispatch'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in
>  
> `start'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in
>  
> `start'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/exe/bundle:35:in 
> `block in '
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in
>  
> `with_friendly_errors'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/exe/bundle:27:in 
> `'
> /opt/zammad/bin/bundle:3:in `load'
> /opt/zammad/bin/bundle:3:in `'
> Tasks: TOP => searchindex:rebuild
> (See full trace by running task with --trace)
>
>
> Am Freitag, 17. November 2017 15:32:06 UTC+1 schrieb neoremi:
>>
>> Create a test ticket and do this:
>>
>> # zammad run rails r "Setting.set('es_url', 'http://localhost:9200')"
>> # zammad run rails r "Setting.set('es_index', 'zammad')"
>> # zammad run rake searchindex:rebuild 
>>
>> On Friday, November 17, 2017 at 3:54:51 AM UTC-5, Gunnar Maronde wrote:
>>>
>>> You are right, there was an error. The output is 
>>>
>>> drop indexes...
>>> create indexes...
>>> rake aborted!
>>> Unable to process PUT at http://localhost:9200/elrond_zammad_production
>>> #>> @data=nil, @code=0, @content_type=nil, @error="#>> Failed to open TCP connection to localhost:9200 (Connection refused - 
>>> connect(2) for \"localhost\" port 9200)>">
>>> /opt/zammad/lib/search_index_backend.rb:62:in `index'
>>> /opt/zammad/lib/tasks/search_index_es.rake:19:in `block (2 levels) in 
>>> '
>>> /opt/zammad/lib/tasks/search_index_es.rake:60:in `block (2 levels) in 
>>> '
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/rake-12.1.0/exe/rake:27:in 
>>> `'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in
>>>  
>>> `load'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in
>>>  
>>> `kernel_load'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in
>>>  
>>> `run'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in
>>>  
>>> `exec'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in
>>>  
>>> `run'
>>> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in
>>>  
>>> `invoke_command'
>>> /opt/zammad/vendor/bundle/ruby/2

Re: Change user group

2017-11-17 Thread neoremi
Can you send me a screenshot, please?

I cannot see where is showing what user to what group belongs.

On Friday, November 17, 2017 at 11:40:01 AM UTC-5, SYS G wrote:
>
> Hi, under group. cheers Yves
>
> Am Freitag, 17. November 2017 15:33:37 UTC+1 schrieb neoremi:
>>
>> Hello Folks,
>>
>> How to change user group in Zammad 2.1 ?
>>
>

-- 
Open Source as Download https://zammad.org || Easy to use as SaaS 
https://zammad.com
--- 
You received this message because you are subscribed to the Google Groups 
"zammad-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zammad-users+unsubscr...@googlegroups.com.
To post to this group, send email to zammad-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zammad-users/cf4e1bca-7149-4432-bd1d-525a87df501d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Elasticsearch v6.0

2017-11-17 Thread neoremi
Does Zammad actual version will work with Elasticsearch version 6.0?

-- 
Open Source as Download https://zammad.org || Easy to use as SaaS 
https://zammad.com
--- 
You received this message because you are subscribed to the Google Groups 
"zammad-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zammad-users+unsubscr...@googlegroups.com.
To post to this group, send email to zammad-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zammad-users/f82bba40-d505-4c0e-bef4-ddf64efa5086%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Change user group

2017-11-17 Thread neoremi
Hello Folks,

How to change user group in Zammad 2.1 ?

-- 
Open Source as Download https://zammad.org || Easy to use as SaaS 
https://zammad.com
--- 
You received this message because you are subscribed to the Google Groups 
"zammad-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zammad-users+unsubscr...@googlegroups.com.
To post to this group, send email to zammad-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zammad-users/af6e5c7b-8000-4a12-b24b-6696971e0f47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to configure elasticsearch

2017-11-17 Thread neoremi
Create a test ticket and do this:

# zammad run rails r "Setting.set('es_url', 'http://localhost:9200')"
# zammad run rails r "Setting.set('es_index', 'zammad')"
# zammad run rake searchindex:rebuild 

On Friday, November 17, 2017 at 3:54:51 AM UTC-5, Gunnar Maronde wrote:
>
> You are right, there was an error. The output is 
>
> drop indexes...
> create indexes...
> rake aborted!
> Unable to process PUT at http://localhost:9200/elrond_zammad_production
> # @code=0, @content_type=nil, @error="# TCP connection to localhost:9200 (Connection refused - connect(2) for 
> \"localhost\" port 9200)>">
> /opt/zammad/lib/search_index_backend.rb:62:in `index'
> /opt/zammad/lib/tasks/search_index_es.rake:19:in `block (2 levels) in  (required)>'
> /opt/zammad/lib/tasks/search_index_es.rake:60:in `block (2 levels) in  (required)>'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/rake-12.1.0/exe/rake:27:in ` (required)>'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in
>  
> `load'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in
>  
> `kernel_load'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in
>  
> `run'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in
>  
> `exec'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in
>  
> `run'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in
>  
> `invoke_command'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in
>  
> `dispatch'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in
>  
> `dispatch'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in
>  
> `start'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in
>  
> `start'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/exe/bundle:35:in 
> `block in '
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in
>  
> `with_friendly_errors'
> /opt/zammad/vendor/bundle/ruby/2.4.0/gems/bundler-1.15.1/exe/bundle:27:in 
> `'
> /opt/zammad/bin/bundle:3:in `load'
> /opt/zammad/bin/bundle:3:in `'
> Tasks: TOP => searchindex:rebuild
> (See full trace by running task with --trace)
>
>
> Am Freitag, 17. November 2017 09:50:31 UTC+1 schrieb Martin Edenhofer:
>>
>> It seems hat the index is not existing in elastichsearch.
>>
>> What was the output of:
>>
>> zammad run rake searchindex:rebuild
>>
>>  -Martin
>>
>> Am Freitag, 17. November 2017 09:46:06 UTC+1 schrieb Gunnar Maronde:
>>>
>>> Thanks, I habe done it but now I get the follwing error message when 
>>> starting the reporting: 
>>>
>>> {"error":"Unable to process POST at 
>>> http://localhost:9200/elrond_zammad_production/Ticket/_search\n#\u003cUserAgent::Result:0x007fbd9c2e4328
>>>  
>>> @success=false, @body=nil, @data=nil, @code=\"404\", @content_type=nil, 
>>> @error=\"No such file 
>>> http://localhost:9200/elrond_zammad_production/Ticket/_search, 
>>> 404!\"\u003e"}
>>>
>>> Am Freitag, 17. November 2017 09:24:17 UTC+1 schrieb Martin Edenhofer:

 https://docs.zammad.org/en/latest/install-elasticsearch.html

 Enjoy,

  -Martin

 Am Freitag, 17. November 2017 09:22:52 UTC+1 schrieb Gunnar Maronde:
>
> I just updated my zammad installation from Version 1.5 to 2.1 via 
> "apt-get install zammad". By doing that, elasticsearch was also 
> installed, 
> which I did not use before. When I try to open the Reporting in the Web 
> GUI, I get the message 
> Elasticsearch need to be configured! (see attached screenshot)
>
> What has to be done for the Configuration? I am running a Debian 8.9 
> jessie installation. 
>


-- 
Open Source as Download https://zammad.org || Easy to use as SaaS 
https://zammad.com
--- 
You received this message because you are subscribed to the Google Groups 
"zammad-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zammad-users+unsubscr...@googlegroups.com.
To post to this group, send email to zammad-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zammad-users/03b851a8-c1ab-4d78-8b85-183c53202e31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.