Elastic Search: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 September 2024

  • curprev 06:0606:06, 20 September 2024 Iwiseman talk contribs 517 bytes +1 Introduction
  • curprev 06:0606:06, 20 September 2024 Iwiseman talk contribs 516 bytes +516 Created page with "=Introduction= First dive into elastic search. I followed the install directions on [https://hostnextra.com/learn/tutorials/install-elk-stack-with-nginx-on-ubuntu here]<br> I did not use the ssl and add kibana.local to my host file<br> The logstash had the following setup <syntaxhighlist lang="conf"> output { elasticsearch { hosts => ["http://kibana.local:9200"] index => "syslog-%{+YYYY.MM.dd}" ssl => false user => "logstash_system" password =..."