Search Logs
Find and analyze specific events in your server logs quickly and efficiently.
Overview
SYNTHET provides powerful search tools to help you quickly find specific events in your server logs. Whether you're investigating a specific user's actions, looking for a particular event, or analyzing trends, these search commands make it easy to locate the information you need.
Search Commands
| Command | Description |
|---|---|
/logs search user <user> | Find all actions by or affecting a specific user |
/logs search action <type> | Search by event type (delete, warn, ban, etc) |
/logs search moderator <user> | Find all actions taken by a specific moderator |
/logs search channel <channel> | Find all events in a specific channel |
/logs search reason <text> | Search for events with a specific reason |
/logs search date <date> | Find events on a specific date |
/logs search range <start> <end> | Find events within a date range |
/logs search text <query> | Full-text search across log content |
Available Search Filters
User
Search for logs involving a specific user.
/logs search user @UsernameFinds actions taken by user or actions taken against user
Action Type
Filter by the type of event that occurred.
/logs search action banValid types: warn, mute, kick, ban, delete, edit, join, leave, role_add, role_remove
Moderator
Find actions taken by a specific staff member.
/logs search moderator @ModShows all moderation actions initiated by this user
Channel
Find all events in a specific channel.
/logs search channel #generalUseful for investigating channel activity
Reason
Find events with a specific reason or keywords.
/logs search reason spamSearches against the reason field in log entries
Date Range
Find events within a specific time period.
/logs search range 2024-01-01 2024-01-31Format: YYYY-MM-DD or use relative dates like "last week"
Search Examples
Find all warnings issued by a moderator
/logs search moderator @ModName action warnUse case: Review a moderator's warning history
Find all actions against a specific user
/logs search user @UsernameUse case: See disciplinary history for an appeals review
Find deleted messages from a channel
/logs search channel #general action deleteUse case: Review which messages were removed from a channel
Find all bans issued in the last week
/logs search action ban range last-weekUse case: Review recent ban activity on the server
Find messages edited with specific keywords
/logs search text "keyword" action editUse case: Track content modifications
Find all mutes during a specific date
/logs search action mute date 2024-01-15Use case: Review moderation activity on a specific day
Date Formats
Use these formats when searching by date:
YYYY-MM-DD2024-01-15MM/DD/YYYY01/15/2024todayEvents from todayyesterdayEvents from yesterdaylast-weekEvents from the past 7 dayslast-monthEvents from the past 30 daysCombining Search Filters
You can combine multiple filters in a single search for more specific results:
Understanding Search Results
Exporting Search Results
After performing a search, you can export results for record-keeping:
Best Practices
- • Search logs when reviewing appeals - look for the full history of a user's actions
- • Use date ranges to investigate specific incidents or time periods
- • Combine filters to narrow down results and find exactly what you need
- • Regularly audit moderator actions using search to ensure consistency
- • Export important search results for official record-keeping
- • Use full-text search when you remember content but not exact details
- • Save common searches as favorites for quick access to important queries