web-interface.assets.1255d548-3245.7aa5de1a03474ae7d7fa.js.map Maven / Gradle / Ivy
{"version":3,"file":"1255d548-3245.7aa5de1a03474ae7d7fa.js","mappings":"qPA0CA,QApB0B,IAAM,CAC9B,MAAMA,KAAc,KAAe,EAEnC,OACE,gBAAC,KAAa,CAAC,MAAM,WACnB,gBAAC,YACC,gBAAC,KAAU,CAAC,MAAM,sBAChB,gBAAC,YAAK,uGACiG,IACrG,gBAAC,cAAO,mFAAiF,EAAS,gBAAC,SAAG,EAAE,kCACzE,gBAAC,KAAE,KAAK,mCAAmC,OAAO,SAAS,IAAI,cAAa,yBAAuB,EAAI,GACxI,CACF,EAEA,gBAAC,IAAgB,CAAC,YAAaA,EAAY,YAAa,CAC1D,CACF,CAEJ,C","sources":["webpack://graylog-web-interface/./src/pages/SystemOutputsPage.tsx"],"sourcesContent":["/*\n * Copyright (C) 2020 Graylog, Inc.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the Server Side Public License, version 1,\n * as published by MongoDB, Inc.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * Server Side Public License for more details.\n *\n * You should have received a copy of the Server Side Public License\n * along with this program. If not, see\n * .\n */\nimport React from 'react';\n\nimport { DocumentTitle, PageHeader } from 'components/common';\nimport OutputsComponent from 'components/outputs/OutputsComponent';\nimport useCurrentUser from 'hooks/useCurrentUser';\n\nconst SystemOutputsPage = () => {\n const currentUser = useCurrentUser();\n\n return (\n \n \n \n \n Graylog nodes can forward messages via outputs. Launch or terminate as many outputs as you want here{' '}\n and then assign them to streams to forward all messages of a stream in real-time.
\n You can find output plugins in the Graylog Marketplace.\n \n \n\n \n \n \n );\n};\n\nexport default SystemOutputsPage;\n"],"names":["currentUser"],"sourceRoot":""}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy