I've read through the other threads that have this message, nothing work for me.
Fresh source install on CentOS vm. Go to reconfigure data_dir to separate partition, move files from original location, start elastic search back up. All logins are gone, have to use the curl command to add "someuser" back in. System status shows both core services down with "Could not authenticate. Invalid Token Given"
On a side note, I really wish all of the product documentation was in wiki form, not individual PDFs. Do I need corner @FatherofNagios next month to get this in the works?
Go to reconfigure data_dir to separate partition, move files from original location
When you moved the files from the original location, are you certain that you moved *all* of them? I ask because the 'nagioslogserver' index is in control of the NLS login information, and if you don't move it before you start elasticsearch back up, elasticsearch is going to generate a new one without any credentials - this would result in the problem that you have.
Run the following command, and be sure that you have these indices: nagioslogserver, nagioslogserver_log, kibana-int.
TwitsBlog Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
vAJ wrote:On a side note, I really wish all of the product documentation was in wiki form, not individual PDFs. Do I need corner @FatherofNagios next month to get this in the works? :?:
We've had people fiercely for and against both PDF and wiki format for a long time. We're working on something, no need to corner anyone :)
{:timestamp=>"2015-08-05T10:28:04.724000-0500", :message=>"Error: No config files found: /usr/local/nagioslogserver/logstash/etc/conf.d/*\nCan you make sure this path is a logstash config file?"}
{:timestamp=>"2015-08-05T10:28:04.731000-0500", :message=>"You may be interested in the '--configtest' flag which you can\nuse to validate logstash's configuration before you choose\nto restart a running system."}
I expect these as I haven't added any configs yet.
It looks like you only have 2 indices in your cluster - where is your new repository located? Can you verify that the 'nagios' user is capable of reading/writing to that repository?
TwitsBlog Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
Please change nagios498:497::/var/spool/nagios:/sbin/nologin to nagios498:497::/var/spool/nagios:/bin/bash
At this point, you should be able to log in as the nagios user. It looks like the nagios user wasn't implemented properly.
TwitsBlog Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.