# Config PS

## Configuring Pattern-Signature

Pattern-Signature feature is activated and controlled via the configuration steps below,

1. Go to the “Ingest Configuration” menu item to display the PS configuration fillers.
2. Four rows are used to manage PS features: “PS\_Configure”, “PS\_STREAM\_ENABLE”, “PS\_STEAM\_MAX\_SIZE”, “PS\_TOTAL\_STREAM\_MAX\_SIZE”.

![](/files/cjYcoi4LJfVnUdKsRP6p)

#### PS\_STREAM\_MAX\_SIZE

Maximum number of Pattern-Signatures (PS) that each namespace-application log stream can create. The ingestion turns off the Pattern-Signature engine and assigns default null PS id \*6 to that log stream. The default max count is set to 8,000.

#### PS\_TOTAL\_STREAM\_MAX\_SIZE

A maximum number of total Pattern-Signatures (PS) the cluster can create. Once the total maximum count is reached, subsequent log event PS will be set to default PS id \*6. The default max count is set to 20,000.

#### PS\_STREAM\_ENAB <a href="#ps_stream_enable" id="ps_stream_enable"></a>

**\[ ( \<ns> \<app>,)\*]**

\<ns> is the namespace string, a valid namespace specifier.

\<app> is the application name string, a valid application specifier.

#### PS\_CONFIG

Reserved for internal use.

#### PS Id Default Code

* \*3 : Disable PS generation at the top level.
* \*4 : PS feature is turned off from log stream configuration or FlashOps level.
* \*6 : Exceed PS count at either total PS count or per log stream PS count max.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apica.io/autonomous-insights/log-pattern-signature/config-ps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
