All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.57e33c6c-121.11b9f72925818240e61d.js.map Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
{"version":3,"sources":["webpack:///./src/pages/SystemOutputsPage.jsx"],"names":["CurrentUserStore","StoreProvider","getStore","SystemOutputsPage","createReactClass","displayName","mixins","Reflux","connect","render","title","href","target","rel","permissions","this","state","currentUser"],"mappings":"4GAAA,sIAwBMA,EAAmBC,IAAcC,SAAS,eAE1CC,EAAoBC,IAAiB,CACzCC,YAAa,oBACbC,OAAQ,CAACC,IAAOC,QAAQR,IAExBS,OAJyC,WAKvC,OACE,kBAAC,IAAD,CAAeC,MAAM,WACnB,8BACE,kBAAC,IAAD,CAAYA,MAAM,sBAChB,qIACuG,IACrG,sHAGF,gEACiC,uBAAGC,KAAK,mCAAmCC,OAAO,SAASC,IAAI,cAA/D,2BADjC,MAKF,kBAAC,IAAD,CAAkBC,YAAaC,KAAKC,MAAMC,YAAYH,mBAOjDX","file":"57e33c6c-121.11b9f72925818240e61d.js","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';\nimport createReactClass from 'create-react-class';\nimport Reflux from 'reflux';\n\nimport StoreProvider from 'injection/StoreProvider';\nimport { DocumentTitle, PageHeader } from 'components/common';\nimport OutputsComponent from 'components/outputs/OutputsComponent';\n\nconst CurrentUserStore = StoreProvider.getStore('CurrentUser');\n\nconst SystemOutputsPage = createReactClass({\n  displayName: 'SystemOutputsPage',\n  mixins: [Reflux.connect(CurrentUserStore)],\n\n  render() {\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            \n\n            \n              You can find output plugins in the Graylog Marketplace.\n            \n          \n\n          \n        \n      \n    );\n  },\n});\n\nexport default SystemOutputsPage;\n"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy