Log Access with Kabana
All log files generated by the FMW Fusion Middleware service are aggregated into Kibana.
You can access Kibana at the following URL:
https://kibana.monitoring.digital.nbrown.co.uk/_plugin/kibana/app/kibana#/home
You should have been provided your access credentials to login. If you don’t have access, you can raise a service request to gain access or log a fault with the help desk for password related issues.
Once logged in, you should see something similar to the above displayed.
This is the default page for kibana. If you select “Discover” in the top left menu it will take you to the log page.
There are a number of different services available from this page, so you need to select the correct index.
Just to the right of the “Visualize” menu item, you can select an index:
As shown above, click the dropdown and select “nbrown-fmw-dev*”.
This will show all FMW environment logs.
In order to see a specific environment, you need to add a search.
At the top of the page, there is a “Search” bar. If you click in the bar and type the following:
1environment: preprod
when you hit “Return”, you should only see the logs for FMW preprod.
You can also filter by service using the service_type field. The following will show preprod JMS logs:
1enviroment: preprod AND service_type: jms
The search syntax is very powerful. More details on how to structure searches can be found here:
https://www.elastic.co/guide/en/elasticsearch/reference/6.8/query-dsl-query-string-query.html#query-string-syntax
Comments