Disable initial search when accessing kibana 4 - elasticsearch

simple question regarding kibana 4.
When you navigate to the kibana page, by default it queries "*" for the last 15 minutes in a certain index.
Is there a way to disable this automatic search? I checked the advanced settings but didn't see anything obvious.
Thanks

You may want to set kibana.defaultAppId in de kibana.yml file to "settings". This opens the settings-page at startup, so no query gets executed.

You can disable discover:searchOnPageLoad in advanced settings.

Related

Disable security on elastic and kibana

Hello i'am new with elastic search.
I followed this documentation in order to enable security, i set a password with only number and that is the main problem.
https://www.elastic.co/guide/en/elasticsearch/reference/7.12/security-minimal-setup.html
I found the problem when I wanted to login in kibana .(the image bellow).
enter image description here
Now i want to disable the security so i can work normally, or if there is some method which allow me change the password.
I think you enabled the basic security using below config in your elasticsearch.yml
xpack.security.enabled: true
If you don't want that, you can simply disable it by changing it to false and restart your Elasticsearch nodes.
well I disabled xpack.security but the problem persist, so I go to the list of the settings in the keystore and then I removed elastic.password , so it's not required to login.

How to set up looging level in Kibana

Could you tell me how to set up explicitly logging level in Kibana as INFO?
I have found this but do not know how to use it:
logging.silent
logging.quiet
logging.verbose
logging.events
As shown in Kibana's official documentation, by editing your kibana.yml or kibana.yaml:
logging.quiet: true
This is for the quiet logging, same goes to the other options except logging.events.

Elasticsearch 6.4.2 | Graph not able to see anything

Installed ES 6.4.2 & Kibana 6.4.2.
Installed a trial license using the API on ES.
When I opened the graph workspace on Kibana and loaded my index pattern, nothing actually is shown. Also, the query text field is read only.
Is there any settings I'm missing somewhere? Also, are there any simple examples of Graph in GitHub somewhere?
Thanks.
Once you select the index pattern click on the + icon to add the index pattern. Select a field, add it and you should be able to use the query text field

SonarQube: Cannot deactivate rule with missing quality profile

I have a rule in my SonarQube that has no Quality Profile associated with it in the search list (The red box here). When I try to change it I get this error, and when i try to click the Deactivate button, nothing happens.
I tried adding a Quality Profile with that name and then changing it, but I think that name might refer to the ID instead of the readable name so that didn't work.
How would I go about removing a rule that has a missing Quality Profile?
The best way to fix these kinds of issues is to stop your instance, clear $SQ_HOME/data/es and restart your instance. This will ensure that the ElasticSearch index of rules is in sync with the database state.
I think I may have figured it out.
I just had to manually insert a new row into the rules_profiles database table with a key that matched the one in the error. Then go back into the online interface and delete that profile.

ajaxplorer set default language

I use Ajaxplorer as explorater for file on the server I works very fine, but the thing is that I can not, or I do not know how to change default configuration.
In the documentation it s written:
Browse to conf and open the file conf.php. Use your favorite text editor to open and modify this document. We’ll customize settings in this file for your unique server configuration and security purposes. Make the mandatory changes listed in section 2.4 Required Settings.
2.4 Required Settings
$dft_langue="en": Set the default language to be used (modify bold portion).
define("ADMIN_PASSWORD", "admin"): Set the administrator password which is granted most permissions (access) on your file server (modify bold portion).
I've been looking for the conf.php file since 1 hours but I did not find it.
So I do not know when I do it directly on the interface everytime it says 'your peferences has been saved' but when I close and reopen the window, there is no mora savec configuration.
Of course I've clean the cache after each modification.
Thank you very much in advance for your help.
Kind regards.
SP.
It is referring to the bootstrap_context.php file that you can find under system_path/ajaxplorer/conf/ folder. If you run into trouble try looking here http://ajaxplorer.info/f/topic/bug-share-center-5-0/

Resources