/
Conduit logs

Conduit logs


Conduit uses Kibana for advanced exploration of application logs. This is not an extensive Kibana tutorial. For more information regarding Kibana, click here.

 

TABLE OF CONTENTS

Conduit Event Log

Open Conduit logs

In order access advanced log information, navigate to Monitor -> Event Log which will open a Kibana.

 

Kibana page will be opened.

 

 

Navigate to Kibana -> Discover.

 

 

 

Filter logs by time

Logs are by default displayed in a descending order. Please order the logs by clicking the "order ascending" on the Time column.

 

 

Filter logs by correlation id

 

Read error details

Add log level as column 

Look for a line that has the level "ERROR" and click on the ">" icon to expand the view.

Then on the "stack_trace" field click again on ">" to expand the field.

This will give you access to the application logs.

 

Query Editor errors

When running queries in the query editor, if Conduit encounters an error, it will provide a path for an admin user to further investigate the cause of the error. By clicking on "[Admins Only] Log details", the user will be redirected to the Kibana page with a filter already set for the correlation id displayed and a time filter for the previous 60 minutes.

If there no logs displayed, please expand the time interval filter.

 

Configure Kibana Log index (advanced)

Click on the Kibana Menu and scroll down to Management.

Click on "Stack management".

 

Navigate to Kibana -> Index Patterns.

 

If there are no indexes configured, the following page will be displayed.

Click on "Create index pattern".

 

Fill in index pattern name with "logstash*".

You will see the found index below.

Click on "Next step".

 

Set Time field to "@timestamp" and click on "Create index pattern".

 

Once the new index is configured you will see it under the section Kibana -> "Index patterns".