Automating Streams, Input and alert creation

Hi,

I am trying to automate streams, alerts and input creation in Graylog for different environment prod, QA, UAT etc. Is there a way to do that other than dashboard I mean via scripts or something.
Any help is highly appreciated. Also, can anybody suggest me email id to the Graylog product team as I can mail them same query?

he @sayuj

you can use something like this ansible modul: https://github.com/ReconInfoSec/ansible-graylog-modules

or make use of the API and create something on your own.

@jan is there any other way apart from these?

he @sayuj

yes, you could use the content packs: https://docs.graylog.org/en/3.2/pages/content_packs.html

@jan do you have graylog product support email id can you share with me if you have in hand?

@sayuj the Graylog support is only given for paying customers - if you are a paying customer you should know how to reach the Graylog support.

If you are not a paying customer but want to reach out to support, you need to talk to sales first to get a valid contract that allows to reach out to support.

graylog.org/contact-sales

@jan is there a way in graylog I can create input beats as outputs under the collectors manage configuration via graylog API browser. If yes can you please let me what is the name of the section under swagger doc.
Thanks in advance

Need help in knowing what is is correct payload for creating input beats under collectors. The payload i am using is

{
“backend”: “filebeat”,
“type”: “file”,
“name”: “test”,
“properties”: {
“paths”: “[‘E:\test\*.txt’]”,
“exclude_files”: “”,
“scan_frequency”: “10s”,
“encoding”: “plain”,
“ignore_older”: “0”,
“document_type”: “log”,
“exclude_lines”: “”,
“include_lines”: “”,
“tail_files”: true,
“multiline”: true,
“multiline_negate”: true,
“multiline_match”: “after”,
“multiline_pattern”: “[^test-]”
},
“forward_to”: “1c54646aae1815f3002686c1”
}

is giving me error

{
“type”: “ApiError”,
“message”: “HTTP 415 Unsupported Media Type”
}

The url I am using is http://xx.xxx.xx.x:{port}/api/plugins/org.graylog.plugins.collector/configurations/{collectorid}/inputs

Any help is greatly appreciated

@jan any idea about the input paylaod issue

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.