IS ELK 6.x supported in AIX?

I want to use few of the beats and logstash on AIX system.
Want to know, if AIX supports latest versions?

AIX is unfortunately not a supported platform for any of the products in the Elastic Stack. See the official support matrix for further details.

Thank you @Christian_Dahlqvist for quick reply!

I have another question If you can help me!

I am not able to send data to Elastic cloud from my client server because of network firewall.
Can you tell me what changes should I do in network level?
When I did ping to my cluster, it is giving different IP every time. So I am not sure how to give http access from my client server.
I tried to provide access to port 9243 which is elasticsearch port but I am unable to do.
Can I change the port of clustered elasticsearch to any other port, say 443, and I can open this port from my network firewall side.
It will be really good if you can help me with this ans.

Thanks in advance!

I think you can access Elastic Cloud via port 443 as well as 9243.

Thanks @Christian_Dahlqvist!

So, I can change elastic cloud elasticsearch port with the help of http.port or http.publish_port, right?
Or let me know if there is another approach to change port.

Where are you setting these?

If you open up so you can connect to port 443 on Elastic Cloud, you should be able to connect to Elasticsearch.

Hi @Christian_Dahlqvist,

I am thinking to set this up on elastic cloud console under configuration tab -> user settings to update elasticsearch.yml file. Below is the command.

 Set a custom port for HTTP:
http.port: 443

Elastic Cloud already listens to port 443, so there is nothing to change. Try connecting to your cluster on port 443 from a computer with internet access.

Yes it is working!
Thanks a lot, @Christian_Dahlqvist :slight_smile:

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