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

web-interface.assets.b6fe2bb5-600.be2375c4c9468a7c3138.js.map Maven / Gradle / Ivy

{"version":3,"file":"b6fe2bb5-600.be2375c4c9468a7c3138.js","mappings":"gSAkDA,QA1B0BA,GAAAA,CAAiB,CACzCC,YAAa,oBACbC,OAAQ,CAACC,IAAAA,QAAeC,EAAAA,IAExBC,OAJyC,WAKvC,OACE,gBAAC,KAAD,CAAeC,MAAM,WACnB,4BACE,gBAAC,KAAD,CAAYA,MAAM,sBAChB,mIACuG,IACrG,oHAGF,8DACiC,qBAAGC,KAAK,mCAAmCC,OAAO,SAASC,IAAI,cAA/D,2BADjC,MAKF,gBAAC,IAAD,CAAkBC,YAAaC,KAAKC,MAAMC,YAAYH","sources":["webpack://graylog-web-interface/./src/pages/SystemOutputsPage.jsx"],"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 { DocumentTitle, PageHeader } from 'components/common';\nimport OutputsComponent from 'components/outputs/OutputsComponent';\nimport { CurrentUserStore } from 'stores/users/CurrentUserStore';\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"],"names":["createReactClass","displayName","mixins","Reflux","CurrentUserStore","render","title","href","target","rel","permissions","this","state","currentUser"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy