Questions tagged [logz.io]
25 questions
0
votes
1 answer
How to scrub the specific field in message in logstash conf before sending to logz
Is there is a way to scrub the x-forwarded-for field in message in logstash before sending it to logz.
Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus…

swetha
- 3
- 2
0
votes
1 answer
Filebeat - Multiline configuration for log files containing JSON along text
I have below log file as a sample and want to see JSON in one row in logz.io . I have used a couple of configurations. Lastly, I used the below configuration in Filebeat. However, I still see each line in the text file separately. I will be glad if…

Ramazan Kilimci
- 109
- 1
- 7
0
votes
1 answer
Saving query results back into elastic stack
I am absolutely new to the elastic stack.
So my problem space is I have utility which runs on client machines .We have few logs which are generated on these machines (thousands of them), So we have three data source- csv files, log files(generated…
0
votes
2 answers
KV Processor for Filebeat
Today our application is logging data in key value pairs, we need to push these log lines to logz.io by processing these key value pairs to fields. Today we are using filebeat to push log from application VM to logstash server and in logstash server…

Sripathi Acharya
- 83
- 12
0
votes
1 answer
Filebeat unable send logs to logzio via haproxy
Following is the output snippet from my filebeat.yml
output:
logstash:
hosts: ['192.168.200.38:5015']
where 192.168.200.38:5015 is a haproxy server listening in tcp mode.
Following is my haproxy configuration:
global
daemon
maxconn…

Pradeep
- 1,198
- 3
- 12
- 22
0
votes
1 answer
NLog extensibility - How to add custom field using ExtendValues?
I try to add some custom fields to NLog using extensibility.
Part of my nlog.config file looks like that : (simplified for exhibit)

user2687153
- 427
- 5
- 24
0
votes
1 answer
How to access to logz api search using appsync httpdatasource
I'am trying to access to my logs stored on logz.io using api-search that they offer me.
Actually, I can access successfully using curl command as I show:
curl -X POST 'https://api.logz.io/v1/search'
--header "X-API-TOKEN: API-TOKEN-GENERATED"…

Yoan Asdrubal Quintana Ramírez
- 328
- 1
- 10
0
votes
1 answer
Logstash: forwardings logs via proxy to logz.io
I want to ship stdout from a running application to logz.io using logstash. Application and logstash are both docker images managed by docker-compose, which does the setup (pull images, network_mode, logging driver etc.). Logstash input is handled…

tharndt
- 127
- 3
- 9
0
votes
1 answer
elastic search nested filter
Here is the structure of a document, as returned by the Elastic Search API:
{
"process_name":"process01",
"beat":
{
"hostname":"12345","name":"blablabla"
},
}
Filtering by process_name was easy, but how can I filter…

Julien Massardier
- 1,326
- 1
- 11
- 29
0
votes
1 answer
Is there any documentation for alert placeholder syntax with Logz.io / Kibana?
In Logz.io's ELK stack you have the ability to send alerts using a placeholder syntax such as
{{alert_event_samples}}
and
{{alert_title}}
I'm trying to track down any documentation that lists out all of these placeholders, because I'm in need of a…

Joseph
- 25,330
- 8
- 76
- 125