You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The web console currently doesn't support filtering for specific compressed files but if you're using clp-text, you can filter by file path from the command line:
sbin/search.sh --file-path <file-path><query>
For example:
sbin/search.sh --file-path /var/log/syslog 'CRON'
We plan to add support to do the same in the web interface. Let us know if this is a must-have feature for you and we can try to prioritize it.
If you want something more similar to how Elasticsearch's indices work, then you could try clp-text's tagging feature. During ingestion, you can assign one or more tags to each set of logs you ingest:
Note that both of these features are currently only supported by clp-text, but let us know if you're using clp-json and we can prioritize adding the same for clp-json.
Like 'index pattern' in ES&Kibana, How to query with specific file?
Is it the only way to query the entire compressed file?
The text was updated successfully, but these errors were encountered: