> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Interacting with the Operation Log Table

> Using the live activity log

Once you are on the log entries page, you will be presented with an empty table. The following sections outline how to interact with the table and log entries.

<Check>
  There will be times when you will need the log's unique ID. The ID number is always displayed at the top of the page, below the log's name.
</Check>

### Creating an Entry

To manually create an entry, click on the "Create a new entry" button in the top right corner:

<Frame>
  <img src="https://mintcdn.com/specteropsdocs/udk5Nn9IYaH0N3DW/ghostwriter-docs/images/features/image-34.png?fit=max&auto=format&n=udk5Nn9IYaH0N3DW&q=85&s=7259007d97ccfc39f4496df443b6ae6b" alt="" width="1128" height="309" data-path="ghostwriter-docs/images/features/image-34.png" />
</Frame>

You will notice a new row is populated with the current UTC timestamps and your username in the *Operator* field\_.\_

<Frame>
  <img src="https://mintcdn.com/specteropsdocs/udk5Nn9IYaH0N3DW/ghostwriter-docs/images/features/image-35.png?fit=max&auto=format&n=udk5Nn9IYaH0N3DW&q=85&s=d70449497ec3b67b2fc743add6f522d4" alt="" width="1122" height="100" data-path="ghostwriter-docs/images/features/image-35.png" />
</Frame>

### Modifying an Entry

You can modify fields by double-clicking the table row you want to edit. A modal form will open:

<Frame>
  <img src="https://mintcdn.com/specteropsdocs/udk5Nn9IYaH0N3DW/ghostwriter-docs/images/features/image-36.png?fit=max&auto=format&n=udk5Nn9IYaH0N3DW&q=85&s=10d412d534ff642ee11dcb2c6c7ac766" alt="" width="1079" height="936" data-path="ghostwriter-docs/images/features/image-36.png" />
</Frame>

Once you submit a change, the edits will sync via WebSockets and be visible to anyone with the log open.

### Copying & Deleting Entries

<Frame>
  <img src="https://mintcdn.com/specteropsdocs/udk5Nn9IYaH0N3DW/ghostwriter-docs/images/features/image-37.avif?fit=max&auto=format&n=udk5Nn9IYaH0N3DW&q=85&s=e6d2d6e5b2cc09cfa57edbfa4e1233db" alt="" width="2100" height="681" data-path="ghostwriter-docs/images/features/image-37.avif" />
</Frame>

The *Options* column is home to two buttons: copy and delete. The *copy* button will create a clone of the selected entry. The *delete* button will remove the log entry.

### Modifying the Table View

Log entries contain fields useful for tracking but can be too much for a table view, especially if you're viewing the log in a smaller browser window or a VM. You can customize the columns displayed by clicking the *Show/Hide Columns* button and toggling columns on and off.

<Frame>
  <img src="https://mintcdn.com/specteropsdocs/udk5Nn9IYaH0N3DW/ghostwriter-docs/images/features/image-38.png?fit=max&auto=format&n=udk5Nn9IYaH0N3DW&q=85&s=171f7484be6abdb54a26d8462695ec87" alt="" width="1142" height="171" data-path="ghostwriter-docs/images/features/image-38.png" />
</Frame>

### Filtering Entries

The log table provides a search bar to filter entries containing only the provided text. This filter helps you view log entries related to a specific user, host, or command. To use the filter bar, type in the keyword. The filter is applied as you type, so you can keep typing to narrow down the results further.

<Frame>
  <img src="https://mintcdn.com/specteropsdocs/udk5Nn9IYaH0N3DW/ghostwriter-docs/images/features/image-39.png?fit=max&auto=format&n=udk5Nn9IYaH0N3DW&q=85&s=ffddb64752a0a59e3014a5ff22e09134" alt="" width="1130" height="327" data-path="ghostwriter-docs/images/features/image-39.png" />
</Frame>

<Info>
  Note that text search will include columns you may have hidden. The filter is also limited to the currently loaded log entries. If you don't find what you want, scroll down to load additional entries and try filtering again.
</Info>

### Connection Status Indicator

In the top right corner, there is a connection status indicator:

<Frame>
  <img src="https://mintcdn.com/specteropsdocs/udk5Nn9IYaH0N3DW/ghostwriter-docs/images/features/image-40.png?fit=max&auto=format&n=udk5Nn9IYaH0N3DW&q=85&s=1d9558eadaf1e540c8fae56e0b0bf3e9" alt="" width="1041" height="257" data-path="ghostwriter-docs/images/features/image-40.png" />
</Frame>

Since all entries are created/modified/deleted using WebSockets, a persistent connection is maintained. If the connection is ever lost, the connection status will turn red and indicate that the WebSocket connection is disconnected. When disconnected, you will not be able to create/modify/or delete any rows.

### Applying Tags to Log Entries

Like many objects in Ghostwriter, you can add tags to a log entry to help with filtering and tracking. The log table will change how certain tags appear in the table:

<Frame>
  <img src="https://mintcdn.com/specteropsdocs/udk5Nn9IYaH0N3DW/ghostwriter-docs/images/features/image-41.png?fit=max&auto=format&n=udk5Nn9IYaH0N3DW&q=85&s=eb1ed016d30057825dcf62f2c3e5097f" alt="" width="504" height="137" data-path="ghostwriter-docs/images/features/image-41.png" />
</Frame>

Tags that include:

* `att&ck`, `attack`, `mitre`, or `ttp` will appear as red tags (e.g., `ttp:t1549`)

* `creds` or `credentials` will appear as yellow tags

* `vuln` will appear as green tags (e.g., `vulnerable:DotNetPE`)

* `detect` will appear as blue tags (e.g., `detected`)

* `objective` will appear as purple tags (e.g., `objective:1`)

<Check>
  Additional styles may be added in the future for different tags. The development is open to suggestions.
</Check>

### Muting Log Notifications

By default, all new operation logs have notifications enabled. The optional [Operation Log Monitor task](../../features/background-tasks) handles notifications. If desired, a user with the `admin` or `manager` role can mute notifications from the hamburger menu in the upper-right corner of the logging page.

Notification status is also displayed in the operation logs table:

<Frame>
  <img src="https://mintcdn.com/specteropsdocs/udk5Nn9IYaH0N3DW/ghostwriter-docs/images/features/image-42.png?fit=max&auto=format&n=udk5Nn9IYaH0N3DW&q=85&s=307b84bb4647cd5b3b70c999cc5b0434" alt="" width="754" height="181" data-path="ghostwriter-docs/images/features/image-42.png" />
</Frame>
