How properly config RELK

Dear all,

I need your help. I am beginner with RELK.

So, maybe my questions will seem somitimes strange for you.

I,'ve installed logstash, Redis, Elastichsearch, Kibana and Nginx on separate servers:

Server #1 logstash + Redis,

Server #2 Elastichsearch

Server #3 Kibana and Nginx

So, i couldn't find complete docs to configure all this services.

Which config files and how should be configured? Firstly for Elasticsearch.

Now i have two troubles to be solved with elastic:

1.My Elasticsearch is bind on ipv6, but i want to bind it to ipv4

java 15566 elasticsearch 108u IPv6 1124533 0t0 TCP localhost:wap-wsp (LISTEN)

java 15566 elasticsearch 100u IPv6 1124494 0t0 TCP localhost:vrace (LISTEN)

2.I can't receive required info from elastic through curl.

curl --ipv6 -XGET "http://10.3.2.11:9200"

curl: (6) Couldn't resolve host '10.3.2.11'

Here is my elasticsearch.yml:

======================== Elasticsearch Configuration

---------------------------------- Cluster -----------------------------------

Use a descriptive name for your cluster:

cluster.name: "production"

------------------------------------ Node ------------------------------------

Use a descriptive name for the node:

node.name: "elasticsearch"

Add custom attributes to the node:

#node.attr.rack: r1

----------------------------------- Paths ------------------------------------

Path to directory where to store the data (separate multiple locations by comma):

path.data: /data01/elastic/data

Path to log files:

path.logs: /data01/elastic/logs

----------------------------------- Memory -----------------------------------

Lock the memory on startup:

bootstrap.memory_lock: true

---------------------------------- Network -----------------------------------

Set the bind address to a specific IP (IPv4 or IPv6):

network.host: "127.0.0.1"

Set a custom port for HTTP:

#[quote="tylerjl, post:1, topic:75734, full:true"]
Thanks for joining Discuss the Elastic Stack, and welcome!

A few quick tips to get you started:

Keep scrolling

There are no next page buttons or page numbers – to read more, just keep scrolling down!

As new posts come in, they will appear automatically.

Where am I?

  • For search, your user page, or the menu, use the icon buttons at the upper right.

  • Any topic title will take you to the next unread post. Use the last activity time and post count to enter at the top or bottom.

  • While reading a topic, jump to the top ↑ by selecting the topic title. Select the green progress bar at the bottom right for full navigation controls, or use the home and end keys.

How do I reply?

  • To reply to the overall topic, use the Reply button at the very bottom of the page.

  • To reply to a specific post, use the Reply button on that post.

  • To take the conversation in a different direction, but keep them linked together, use Reply as linked Topic to the right of the post.

To quote someone in your reply, select the text you wish to quote, then press any Reply button.

To ping someone in your reply, mention their name. Type @ and an autocompleter will pop up.

For standard Emoji, just start typing : or the traditional smileys :) :smile:

What else can I do?

There are action buttons at the bottom of each post.

To let someone know that you enjoyed their post, use the like button. If you see a problem with a post, privately let them, or our staff, know about it with the flag button.

You can also share a link to a post, or bookmark it for later reference on your user page.

Who is talking to me?

When someone replies to your post, quotes your post, or mentions your @username, a number will immediately appear at the top right of the page. Use it access your notifications.

Don't worry about missing a reply – you'll be emailed replies (and messages) if you aren't online when they arrive.

When are conversations new?

By default all conversations less than two days old are considered new, and any conversation you've participated in (replied to, created, or read for an extended period) will automatically be tracked.

You will see the blue new and number indicators next to these topics:

You can change the individual notification state of a topic via the control at the bottom of the topic (this can also be set per category). To change how you track topics, or the definition of new, see your user preferences.

Why can't I do certain things?

New users are somewhat limited for safety reasons. As you participate here, you'll gain the trust of the community, become a full citizen, and those limitations will automatically be removed. At a high enough trust level, you'll gain even more abilities to help us manage our community together.

Please Read Me!

This is an automated message to new users. Please post questions in the relevant category on the discussion board, replies to this private message most likely belong in a category instead.

We believe in civilized community behavior at all times.

Enjoy your stay!

(If you need to communicate with staff members as a new user, just reply to this message.)
[/quote]

http.port: 9200

Please do not ask for support in private messages to forum administrators. Your posts in the public categories will be answered as community members are able.

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