Hi, I (re)installed the complete environment using your web page: https://docs.graylog.org/en/3.1/pages/installation/os/centos.html
I have the following versions:
mongodb 4.0
elasticsearch 6.8.6
graylog v3.1.3+cda805f
I few remarks re installation document:
sudo yum install elasticsearch-oss does not work. sudo yum install elasticsearch works.
/usr/lib/systemctl/system/etc/elasticstack.service has the weong user and groep id and therefore elastic stack does not start. After setting te correct id it works.
auto_create_index: yes does not work.
I created an input
Syslog TCP Syslog TCP 1 RUNNING
- allow_override_date:true
- bind_address:***** (secret)
- expand_structured_data:false
- force_rdns:false
- max_message_size:2097152
- number_worker_threads:2
- override_source:
- port:514
- recv_buffer_size:1048576
- store_full_message:false
- tcp_keepalive:false
- tls_cert_file:
- tls_client_auth:disabled
- tls_client_auth_cert_file:
- tls_enable:false
- tls_key_file:
- tls_key_password:********
- use_null_delimiter:false
and a result of:
Throughput / Metrics
1 minute average rate: 1 msg/s
Network IO: 0B 0B (total: 103.3KiB 0B )
Active connections: 1 (1 total)
Empty messages discarded: 0
So I do receive messages.
But as soon as I click on Show received messages I get the pages which hangs on loading
Also the search messages page does not show any message.
I tried the elastic stack query using ** curl -X GET ‘localhost:9200/graylog_0’ -b '{**, and got the following result:
{“graylog_0”:{“aliases”:{“graylog_deflector”:{}},“mappings”:{“message”:{“all":{“enabled”:true},“dynamic_templates”:[{“internal_fields”:{“match”:"gl2",“mapping”:{“type”:“keyword”}}},{“store_generic”:{“match”:"”,“mapping”:{“index”:“not_analyzed”}}}],“properties”:{“application_name”:{“type”:“keyword”},“facility”:{“type”:“keyword”},“full_message”:{“type”:“text”,“analyzer”:“standard”},“gl2_message_id”:{“type”:“keyword”},“gl2_remote_ip”:{“type”:“keyword”},“gl2_remote_port”:{“type”:“keyword”},“gl2_source_input”:{“type”:“keyword”},“gl2_source_node”:{“type”:“keyword”},“level”:{“type”:“long”},“message”:{“type”:“text”,“analyzer”:“standard”},“process_id”:{“type”:“keyword”},“sequenceId”:{“type”:“keyword”},“source”:{“type”:“text”,“analyzer”:“analyzer_keyword”,“fielddata”:true},“streams”:{“type”:“keyword”},“timestamp”:{“type”:“date”,“format”:“yyyy-MM-dd HH:mm:ss.SSS”}}}},“settings”:{“index”:{“number_of_shards”:“4”,“provided_name”:“graylog_0”,“creation_date”:“1577789837512”,“analysis”:{“analyzer”:{“analyzer_keyword”:{“filter”:“lowercase”,“tokenizer”:“keyword”}}},“number_of_replicas”:“0”,“uuid”:“q9bNvm4lTeqFakMjBCOCWg”,“version”:{“created”:“5061699”,“upgraded”:“6080699”}}}}}
I am out of my options I can think of.
Do you have any clue?
Thanks in advance