Eagleman7

Results 31 comments of Eagleman7

``` [root@ips KTS]# ls -lh /opt/KTS/dashboards/ total 36K drwxr-xr-x. 2 root root 4.0K Oct 13 09:35 dashboard drwxr-xr-x. 2 root root 4.0K Oct 13 09:35 index-pattern drwxr-xr-x. 2 root root...

Might be a bit confusing, but it is basicly all /opt/KTS on my end. changed it after uploading the config in the start post.

Yes I have that. Just forget /opt/KTS6 It is changed to /opt/KTS.

``` [root@ips scirius]# cd /usr/share/python/scirius/ && . bin/activate && python bin/manage.py kibana_reset && deactivate bash: cd: /usr/share/python/scirius/: No such file or directory [root@ips scirius]# pwd /opt/scirius [root@ips scirius]# ls accounts...

With /opt/KTS: ``` [root@ips scirius]# python manage.py kibana_reset /usr/lib/python2.7/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.16) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) Traceback (most recent call last): File "manage.py", line 10,...

This is elasticsearch 6, yes.

Latest version: ``` [root@ips KTS]# date Sun Oct 14 10:37:37 CEST 2018 [root@ips KTS]# git pull Already up-to-date. [root@ips KTS]# cd ../scirius/ [root@ips scirius]# python manage.py kibana_reset /usr/lib/python2.7/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3...

Yes ```` [root@ips KTS]# ./load.sh 192.168.1.45:9200 ++ dirname ./load.sh + cd . + '[' -z 192.168.1.45:9200 ']' + ELASTICSEARCH=192.168.1.45:9200 + '[' -z '' ']' + CURL=curl + echo curl curl...

This is a brand new installation of the entire ELK stack, everything is version 6. In /opt/scirius/scirius/local_settings.py I am using /opt/KTS/ I am using version scirius-2.0.1 and commit fc0a005

@pevma, are we talking about commit fdf54914d1b42e511afcb59d2390f2ba3e5c7def ? I tried pulling the entire master branch before, but there are still some bugs, so I am waiting for the release.