Hi,
Is it possible to change graylog logo?
Thanks,
Grayuser
Hi,
Is it possible to change graylog logo?
Thanks,
Grayuser
No, not out of the box.
You would need to build your own Graylog artifact from source to change the logo.
If you’re brave and know what you’re doing, you could also modify the existing Graylog artifact (JAR file) and replace the included image file.
Hi,
Thanks,
Grayuser
Take a look at the Graylog2/graylog2-server repository and the included Travis CI configuration.
It’s the graylog.jar
file included in your Graylog installation.
@john If you would like to change the graylog logo for the most stable version of graylog follow these steps.
git clone https://github.com/Graylog2/graylog2-server.git
git checkout -b 2.3.1 2.3.1
mvn install
at the root of the graylog2 -server repomvn assembly:single
chown
the custom jar once it is on your server.Hello, I noticed that you have built the project yourself, can you tell me the environment you use?
I followed your steps, but when I use mvn install
to build the project.
@brian what happens when you run mvn install
? Also I am building graylog on a Mac.
It failed. I download the whole github 2.3.1 then run mvn install
, it fails. Seems that I need to run git at first?
By the way, do you have some pre configuration?
What do you mean by pre-configuration? Also does the build fail or do you just see those errors!? Those errors you showed me are normal.
I would also recommend having git installed if you don’t. And cloning the repo like I stated in my steps. Not downloading a zip file of the server.
I installed git and when i use git checkout tag/2.3.1
it tells me that no such tag… So I have to download the zip file to build~
Thanks very much, i found ‘Request help for the contribution documentation’ this page, it said that if i run as a root, during the build period i shall incur these errors. I run as a normal user now, and mvn install
takes a lot of time, hope it will be OK. I want to do some L10N and change the logos~ Thanks very much, I will update if the result come out~
@brian The only pre-configuration I have done is installed git, maven, and java.
@brian Running git checkout -b 2.3.1 2.3.1
should create a branch and checkout version 2.3.1
Succeed, however, there are some test cases failure, and and if i skipped test, it can build and assembly~
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.