Support Portal Overview
The course for Support Portal Overview focuses on how to navigate the support portal, open a support ticket, identify the severity of your issue, and escalate issues as needed.
Finding log files
You may include logs in your support request.- Self-hosted Fusion
- Lucidworks Search
Connector logs are written to pod stdout.
Use
kubectl logs to stream connector logs.
Replace NAMESPACE with your Fusion deployment namespace, such as prod.-
V1 (classic) connectors:
If the command returns no results, run
kubectl get deploy -n NAMESPACE | grep -i classicto confirm the label. -
V2 and Pro connectors:
--previous to any command to retrieve logs from a pod that has already crashed or restarted.
To retrieve logs from a specific time window, replace -f with --since=DURATION or --since-time=RFC3339-TIMESTAMP. Examples include --since=2h to retrieve logs from the past two hours or --since-time=2025-03-14T11:00:00Z to retrieve logs from a specific time expressed in the RFC-3339 standard.If you have Grafana with Loki installed, you can also query connector logs by component label.
See Grafana and Loki for query guidance.Opening a support case
Lucidworks provides technical support to customers 24 hours a day, 7 days a week, with unlimited incidents. Once you have obtained the relevant data from Fusion as described above, you can open a support case.For detailed information about submitting a support case, see Lucidworks Customer Center Training.
- Access the Lucidworks Submit a request page. You can also select Contact Support from any page on the Lucidworks support site.
-
Enter information in the following fields:
- Your email address
- Subject
- Description
-
In the Severity field, select the appropriate severity value for your issue according to the guidelines below.
-
Select values in the following fields:
- Product Line
- Fusion Version (optional)
- Solr Version (optional)
-
In the Environment field, select one of the following:
- Dev/Sandbox/POC
- Performance
- Production
- QA/UAT
- Staging
- In the Attachments field, drag files or click to add log files.
- When you have attached all pertinent data, click Submit.