i can't able to install graylog server when i tryed getting error arugment failed?

Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question.
Don’t forget to select tags to help index your topic!

1. Describe your incident:
after downloading the repository i cant able to install graylog server when i am trying to install getting this error

[root@localhost ~]# yum install graylog-server
Last metadata expiration check: 0:05:35 ago on Fri 26 May 2023 02:18:01 PM IST.
All matches were filtered out by exclude filtering for argument: graylog-server
Error: Unable to find a match: graylog-server

[root@localhost ~]# yum list installed | egrep “graylog|mongodb|elasticsearch”
elasticsearch-oss.noarch 6.8.23-1 @elasticsearch-6.x
graylog-4.3-repository.noarch 1-6 @@System
mongodb-org.x86_64 4.2.24-1.el8 @mongodb-org-4
mongodb-org-mongos.x86_64 4.2.24-1.el8 @mongodb-org-4
mongodb-org-server.x86_64 4.2.24-1.el8 @mongodb-org-4
mongodb-org-shell.x86_64 4.2.24-1.el8 @mongodb-org-4
mongodb-org-tools.x86_64 4.2.24-1.el8 @mongodb-org-4

2. Describe your environment:

  • OS Information:
    centos 8 stream

  • Package Version:
    [root@localhost ~]# yum list installed | egrep “graylog|mongodb|elasticsearch”
    elasticsearch-oss.noarch 6.8.23-1 @elasticsearch-6.x
    graylog-4.3-repository.noarch 1-6 @@System
    mongodb-org.x86_64 4.2.24-1.el8 @mongodb-org-4
    mongodb-org-mongos.x86_64 4.2.24-1.el8 @mongodb-org-4
    mongodb-org-server.x86_64 4.2.24-1.el8 @mongodb-org-4
    mongodb-org-shell.x86_64 4.2.24-1.el8 @mongodb-org-4
    mongodb-org-tools.x86_64 4.2.24-1.el8 @mongodb-org-4

  • Service logs, configurations, and environment variables:

3. What steps have you already taken to try and solve the problem?

4. How can the community help?

Helpful Posting Tips: Tips for Posting Questions that Get Answers [Hold down CTRL and link on link to open tips documents in a separate tab]

Can you confirm that you are following the steps from this document?

https://go2docs.graylog.org/5-0/downloading_and_installing_graylog/red_hat_installation.htm

1 Like

Hey @Srinivas2727

I noticed you used sudo dnf install graylog-server .

image

Have you tried to use…
# sudo yum install graylog-server
instead?

yes i have tried that as well

yes i am confirm i used same process.

Can you verify you ran this command?

sudo rpm -Uvh https://packages.graylog2.org/repo/packages/graylog-5.1-repository_latest.rpm

before running sudo yum install graylog-server

when i try to install graylog server i got error unable to find a match but when i use graylog-enterprise that time i didn’t get any error

Understood. I’m doing some testing on my side to see what I can find. Will report back.

I’m not able to reproduce this testing with Centos Stream 8. I did some searching for

A package is filtered out by exclude filtering

and found that this may be caused by the exclude property in the yum configuration file. Can you post the contents of /etc/yum.conf

cat /etc/yum.conf

On a fresh install from DVD media, this is what i get:

[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
best=True
skip_if_unavailable=False

Just chiming in,

What I understand is you have Graylog Version 4.3 installed and you’re trying to install Graylog 5.1, is this correct?
From my past upgrade it normally goes from 4.3 to 5.0 version then upgrade to 5.1.
As of Graylog 5.0 you have two packages.

  • graylog-enterprise
  • graylog-server

You shown this…

but later on the post you shown this

Maybe trying to istall two different types? Just an idea

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.