--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/CA%2BdGL9Ft9jgCcohxy-HnS468K-5T20VDArAhArxAqmx6jAN6cQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/ee267788-3bcd-4ea4-a8d6-f7ca3233af30%40googlegroups.com.
| ui settings | Elasticsearch plugin is red |
| plugin:kib...@5.2.0 | Ready |
| plugin:elasti...@5.2.0 | This version of Kibana requires Elasticsearch v5.2.0 on all nodes. I found the following incompatible nodes in your cluster: v2.4.4 @ 127.0.0.1:9200 (127.0.0.1) |
| plugin:con...@5.2.0 | Ready |
| plugin:time...@5.2.0 |
Ready |
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/6a6218e5-584c-4f0e-b679-d11cc674d196%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/5f0010a0-c465-4b37-b32d-ea704b6a5935%40googlegroups.com.
How to clean install with RHEL/CentOS 7 and Wash-2.0-ELK-5.x
step by step
Install jdk-8u121-linux-x64.rpm
cat > /etc/yum.repos.d/epel.repo <<EOF
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
baseurl=https://dl.fedoraproject.org/pub/epel/7/x86_64/
enabled=1
gpgcheck=0
EOF
cat > /etc/yum.repos.d/elastic.repo << EOF
[elastic-5.x]
name=Elastic repository for 5.x packages
baseurl=https://artifacts.elastic.co/packages/5.x/yum
gpgcheck=0
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md
EOF
cat > /etc/yum.repos.d/nodesource-el.repo <<EOF
[nodesource]
name=Node.js Packages for Enterprise Linux 7 - $basearch
baseurl=https://rpm.nodesource.com/pub_6.x/el/7/x86_64/
failovermethod=priority
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL
EOF
yum install -y make gcc gcc-c++ git python-pip logstash elasticsearch kibana filebeat zip nodejs
mkdir -p /root/ossec-wazuh && cd /root/ossec-wazuh
git clone https://github.com/wazuh/wazuh-api
git clone https://github.com/wazuh/wazuh
git clone https://github.com/wazuh/wazuh-kibana-app kibana/wazuh
zip -r kibana.zip kibana
cp -av /root/ossec-wazuh/wazuh/extensions/logstash/01-wazuh.conf /etc/logstash/conf.d/
cp -av /root/ossec-wazuh/wazuh/extensions/elasticsearch/wazuh-elastic5-template.json /etc/logstash/
cat /root/ossec-wazuh/wazuh/extensions/filebeat/filebeat.yml > /etc/filebeat/filebeat.yml
sed -ie 's/YOUR_ELASTIC_SERVER_IP/127.0.0.1/g' /etc/filebeat/filebeat.yml
/usr/share/kibana/bin/kibana-plugin install file:///root/ossec-wazuh/kibana.zip
sed -ie 's/#server.host: "localhost"/server.host: "0.0.0.0"/g' /etc/kibana/kibana.yml
systemctl enable elasticsearch filebeat logstash kibana
systemctl start elasticsearch filebeat logstash kibana
cd /root/ossec-wazuh/wazuh && ./install.sh
>> select server installation
/var/ossec/bin/ossec-control start
cd /root/ossec-wazuh/wazuh-api/ && ./install_api.sh
You received this message because you are subscribed to a topic in the Google Groups "Wazuh mailing list" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wazuh/BC2VzbUc6MI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wazuh+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/43b18eec-6d4e-44c1-bd46-d5e5ad46eef6%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/CANfOmJFAn7o7UPcRVjHeqLekZ5AyFh3zsJZ6DVCz%3D47A9DuVXQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/e6cc0b92-4890-4847-9462-5b20c9b385fc%40googlegroups.com.
https://github.com/wazuh/wazuh/issues/111#issuecomment-297758448
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/fa4fc6d7-fc1d-414c-83d6-62273c577035%40googlegroups.com.
curl https://raw.githubusercontent.com/wazuh/wazuh-kibana-app/master/server/startup/integration_files/alert_sample.json | curl -XPUT "http://localhost:9200/wazuh-alerts-"`date +%Y.%m.%d`"/wazuh/sample" -H 'Content-Type: application/json' -d @-
https://github.com/wazuh/wazuh-kibana-app/blob/master/server/startup/integration_files/alert_sample.json
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/34f0add1-61de-4c99-ab4d-3be59b0b1197%40googlegroups.com.