Re: [go-cd] Go git repo has grown to 60k+ commits

2018-04-12 Thread 'Barry Greenwood' via go-cd
Hi I wouldn't expect the number of commits to cause that much of a performance hit. its more likely the issue is with the size of the XML document its self as it does a merge each time its edited that seems to give performance issues, I would suggest checking what is no longer used (eg

[go-cd] Re: User Management in GOCD

2018-04-12 Thread 'Barry Greenwood' via go-cd
Hi if you are logged into the web gui using the admin user there should be an admin tab on the top under that there is a user summery where changes can be made ~Barry On Wednesday, 11 April 2018 07:13:58 UTC+1, sterwin paul wrote: > > Hi, > How to create a user and how to give permission

[go-cd] Re: AWS Lambda / SNS integration

2018-01-16 Thread 'Barry Greenwood' via go-cd
Hi Rhonda I haven't done this but you should be able to have a lambda that calls into the go api to trigger a pipeline. Kind regards Barry On Monday, 15 January 2018 17:27:43 UTC, Rhonda Bailey wrote: > > Has anyone done AWS Lambda integration with an SNS topic? Basically what > I am

[go-cd] Re: Batch file not triggering from GOCD

2018-01-15 Thread 'Barry Greenwood' via go-cd
is the batch file a material or preexisting on the server ? if preexisting is it in the correct place on the server. the other likely change is that powershell versions will have changed from 2008 to 2012, does the powershell script work on the server now ? On Monday, 8 January 2018 21:46:44

[go-cd] Re: Problems

2018-01-15 Thread 'Barry Greenwood' via go-cd
i noticed when i create a test server that using ie i was getting CSS issues, please confirm the error and which browser you were using. Barry On Sunday, 14 January 2018 15:36:25 UTC, murtala adamu wrote: > > The change you wanted was rejected." trying to create my first pipeline on > Windows

Re: [go-cd] logback to a logstash server

2018-01-15 Thread 'Barry Greenwood' via go-cd
e process ID of the GoCD server process. > > > On Fri, Jan 12, 2018 at 7:37 AM, 'Barry Greenwood' via go-cd < > go...@googlegroups.com > wrote: > >> I have tested with "lsof -n -t /var/lib/go-server/libs/" on a new server >> that is working and with our exis

Re: [go-cd] logback to a logstash server

2018-01-12 Thread 'Barry Greenwood' via go-cd
t; On Wed, Jan 10, 2018 at 8:51 PM 'Barry Greenwood' via go-cd < > go...@googlegroups.com > wrote: > >> Thanks for the update >> >> That folder didnt exist on our server, I have added with go permissions, >> I've added the files but it still isnt working. >>

Re: [go-cd] logback to a logstash server

2018-01-12 Thread 'Barry Greenwood' via go-cd
as able to confirm that logs were sent to logback. > > On Wed, Jan 10, 2018 at 8:51 PM 'Barry Greenwood' via go-cd < > go...@googlegroups.com > wrote: > >> Thanks for the update >> >> That folder didnt exist on our server, I have added with go permissio

Re: [go-cd] logback to a logstash server

2018-01-10 Thread 'Barry Greenwood' via go-cd
ocumentation to clarify this. > > > On Wed, Jan 10, 2018 at 6:29 PM 'Barry Greenwood' via go-cd < > go...@googlegroups.com > wrote: > >> Hi all >> >> I've now got logback able to log to local files with access requests and >> other logs, I am now hoping t

[go-cd] logback to a logstash server

2018-01-10 Thread 'Barry Greenwood' via go-cd
Hi all I've now got logback able to log to local files with access requests and other logs, I am now hoping to ship these to an external logstash server reading https://docs.gocd.org/current/advanced_usage/logging.html#advanced-logging-features this should be possible, however its a little

Re: [go-cd] trying to configure logback and access logs

2018-01-10 Thread 'Barry Greenwood' via go-cd
gt; > On Tuesday, 2 January 2018 19:24:20 UTC, Aravind SV wrote: >> >> Just FYI. Yes, it looks like doing this will work: >> >> mkdir config >> chown go:go config >> ln -s /etc/go/logback-include.xml /var/lib/go-server/config/ >> >> On Tue, Jan 2,

Re: [go-cd] trying to configure logback and access logs

2018-01-04 Thread 'Barry Greenwood' via go-cd
de.xml /var/lib/go-server/config/ > > On Tue, Jan 2, 2018 at 11:17 AM, Aravind SV <arv...@thoughtworks.com > > wrote: > >> Hello Barry, >> >> On Tue, Jan 2, 2018 at 9:49 AM, 'Barry Greenwood' via go-cd < >> go...@googlegroups.com > wrote: >> >&g

Re: [go-cd] trying to configure logback and access logs

2018-01-02 Thread 'Barry Greenwood' via go-cd
t; * create a file called `/etc/default/logback-include.xml`, with the > following contents > > > > > > > > On Wed, Dec 20, 2017 at 4:51 PM 'Barry Greenwood' via go-cd < > go...@googlegroups.com > wrote: >

Re: [go-cd] trying to configure logback and access logs

2017-12-20 Thread 'Barry Greenwood' via go-cd
Hi Varsha I've tried in the logback.xml /var/log/go-server/lbaccess.log lbaccess.%d{-MM-dd}.log.zip 7 1GB true combined and that generates the file but no logs appear. The docs imply i need to use a logback-access.xml but i

[go-cd] Re: Dockerized go-cd agent fails to run pipeline due to missing JAVA_HOME

2017-12-19 Thread 'Barry Greenwood' via go-cd
> > Inside the install of the go agent look at config/wrapper-agent.conf > look for or add if it doesnt event, set.GO_AGENT_JAVA_HOME=%GO_AGENT_JAVA_HOME% as a pointer it does to where the jre folder resides not into the JRE its self Barry -- You received this message because you are

[go-cd] trying to configure logback and access logs

2017-12-19 Thread 'Barry Greenwood' via go-cd
- Hi I am trying to configure logback and access logs but this doesnt appear to work. following the documentation i've come up with the below jetty.xml. However the logback-access.xml doesn't ever seem to be read. -