Getting Started with Grafana Alloy

If you’re new to Alloy and you want to get your first working example off of the ground, we recommend this tutorial to start you off.

hello, i am trying to install alloy on a linux server but i always get error message. I am following the documentation to install it but i get this error :
yum install alloy
Loaded plugins: getpagespeed, product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
http://vault.centos.org/6.10/os/x86_64/repodata/repomd.xml: [Errno 14] problem making ssl connection
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: C6.10-base. Please verify its path and try again
Can anyone help me to understand the problem please?

the issue appears to be that you don’t have proper network access to one of the CentOS vaults that provides RPM packages. This doesn’t appear to be related to alloy or Grafana, and may either have to do with your network configuration, or your CentOS configuration more generally. I would google that error and look for ways of resolving it through CentOS channels

thank you so much for the reply. however i installed alloy on the same mchine where is grafana. Now i got problem to access alloy user interface. i can access grafana using the IPAdrress:3000, but i cannot access alloy using IPAdrress:12345, even i changed the port several times on the config file but i always cannot access it. my file looks like this :
#The configuration file holding the Alloy config.
CONFIG_FILE=“/etc/alloy/config.alloy”

#User-defined arguments to pass to the run command.
CUSTOM_ARGS=“–server.http.listen-addr=192.168.4.47:1234”

#Restart on system upgrade. Defaults to true.
RESTART_ON_UPGRADE=true