application.properties
. This file is located in Philter’s installation directory, which is most likely /opt/philter
. All changes to this files requires Philter to be restarted for the changes to take affect. To restart Philter execute the following commands:PHILTER_
to the property name and changing periods to underscores. For example, the property filter.profiles.directory
can be set using the environment variable PHILTER_FILTER_PROFILES_DIRECTORY
by:filter.profiles.directory
./profiles/
span.disambiguation.enabled
true
, false
false
metrics.prefix
philter
metrics.hostname
metrics.jmx.enabled
true
, false
false
http://philter-ip:9100/metrics
. This path can be modified via the settings listed below.metrics.prometheus.enabled
true
, false
false
metrics.prometheus.port
9100
metrics.prometheus.metrics
metrics
metrics.datadog.enabled
true
, false
false
metrics.datadog.apikey
metrics.hostname
will be used as a dimension for the metrics.metrics.cloudwatch.enabled
true
, false
false
metrics.cloudwatch.region
us-east-1
metrics.cloudwatch.namespace
PutMetricData
permissions. An example policy is shown below.server.port
, which is 8080
by default.server.ssl.key-store-type
PKCS12
or JKS
server.ssl.key-store
server.ssl.key-store-password
server.ssl.key-alias
server.ssl.client-auth
to need
and to specify the location of the trust store and the trust store password. (Please contact us for assistance with creating self-signed certificates.)curl
command below to filter text, we are providing the client certificate and the client private key in the API request.cache.redis.enabled
true
, false
false
cache.redis.host
cache.redis.port
6379
cache.redis.auth.token
cache.redis.ssl
true
, false
false
cache.redis.truststore
cache.redis.truststore.password
cache.redis.keystore
cache.redis.keystore.password
store.enabled
true
, false
false
store.elasticsearch.index
philter
store.elasticsearch.host
store.elasticsearch.scheme
http
or https
https
store.elasticsearch.port
443
ner.timeout.sec
600
ner.max.idle.connections
30
ner.keep.alive.duration.ms
60